Skip to content

Instantly share code, notes, and snippets.

@paopay
Created February 9, 2014 17:49
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 paopay/e1cefdc932eb4305ad79 to your computer and use it in GitHub Desktop.
Save paopay/e1cefdc932eb4305ad79 to your computer and use it in GitHub Desktop.
var add = function (a, b) {
a + b;
};
add(1, 2) // => this will not work. returns are explicit ONLY.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment