Skip to content

Instantly share code, notes, and snippets.

@kayluhb
Created August 29, 2011 16:53
Show Gist options
  • Save kayluhb/1178816 to your computer and use it in GitHub Desktop.
Save kayluhb/1178816 to your computer and use it in GitHub Desktop.
function a() {}
function b(x, y) {}
a.length -> 0
b.length -> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment