Skip to content

Instantly share code, notes, and snippets.

@DylanFM
Created July 15, 2010 11:55
Show Gist options
  • Select an option

  • Save DylanFM/476856 to your computer and use it in GitHub Desktop.

Select an option

Save DylanFM/476856 to your computer and use it in GitHub Desktop.
(function(a,b,c) {}).length
>> 3
(function(a,b,c,d,e,f) {}).length
>> 6
(function() {}).length
>> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment