Skip to content

Instantly share code, notes, and snippets.

@theWhiteFox
Created March 11, 2015 11:56
Show Gist options
  • Select an option

  • Save theWhiteFox/49dbedb2cfc5e28fef73 to your computer and use it in GitHub Desktop.

Select an option

Save theWhiteFox/49dbedb2cfc5e28fef73 to your computer and use it in GitHub Desktop.
JS Return
Returns an expression
Sort of optional
Only in function body
Return sends something back to the caller
Stops execution of the function
More than one
Can be anything or nothing
Warning Auto semicolon insertion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment