Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 17, 2017 07:03
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/10b4cc9c4111cc7dcc728213f662e45c to your computer and use it in GitHub Desktop.
Save debugmodedotnet/10b4cc9c4111cc7dcc728213f662e45c to your computer and use it in GitHub Desktop.
function foo(a, b) {
console.log(b);
}
var res = foo(9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment