Skip to content

Instantly share code, notes, and snippets.

@lenafaure
Created May 18, 2017 12:56
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 lenafaure/a6c46f9ed14f2fca1545594bf6fc4221 to your computer and use it in GitHub Desktop.
Save lenafaure/a6c46f9ed14f2fca1545594bf6fc4221 to your computer and use it in GitHub Desktop.
console.log(myFunction());
// Prints
function add(number2) {
return number1 + number2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment