Skip to content

Instantly share code, notes, and snippets.

@SlexAxton
Created October 14, 2014 03:59
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 SlexAxton/08865a7b87cff1a3bb87 to your computer and use it in GitHub Desktop.
Save SlexAxton/08865a7b87cff1a3bb87 to your computer and use it in GitHub Desktop.
/*jshint unused:false */
function test(a, b) {
var c, d = 2;
return a + d;
}
test(1, 2);
//fine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment