Skip to content

Instantly share code, notes, and snippets.

@karthiks
Last active January 1, 2016 03:18
Show Gist options
  • Save karthiks/8084277 to your computer and use it in GitHub Desktop.
Save karthiks/8084277 to your computer and use it in GitHub Desktop.
Example of function returning value
function f() {
return 123;
}
f(); //returns 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment