Skip to content

Instantly share code, notes, and snippets.

@sairion
Created October 26, 2013 03:47
Show Gist options
  • Select an option

  • Save sairion/7165064 to your computer and use it in GitHub Desktop.

Select an option

Save sairion/7165064 to your computer and use it in GitHub Desktop.
Awkwardness of JavaScript.js
function add(a,b){ return a + b;}
add(1) //returns NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment