Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created February 11, 2014 17:00
Show Gist options
  • Save omarqureshi/8939087 to your computer and use it in GitHub Desktop.
Save omarqureshi/8939087 to your computer and use it in GitHub Desktop.
f = function() { }
function () { }
f.length
0
f = function(a, b) { }
function (a, b) { }
f.length
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment