Javascript return
Definition: The return statement terminates execution of a function and returns the following value as the value of the function. Return is a reserved word and cannot be used for anything other than returning a value from a function.
|