Skip to content

Instantly share code, notes, and snippets.

@jkup
Created October 13, 2016 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkup/f5004df5c892213814362b462e606fd4 to your computer and use it in GitHub Desktop.
Save jkup/f5004df5c892213814362b462e606fd4 to your computer and use it in GitHub Desktop.
JavaScript Return
function foo() {
var bar = 42;
return bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment