Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 29, 2017 09:20
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 debugmodedotnet/ad8d512ac0464f9039a0d08d5495ac3c to your computer and use it in GitHub Desktop.
Save debugmodedotnet/ad8d512ac0464f9039a0d08d5495ac3c to your computer and use it in GitHub Desktop.
var add = function a(num1, num2) {
return num1 + num2;
}
var res = add(7, 2);
console.log(res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment