Skip to content

Instantly share code, notes, and snippets.

@tauren
Created October 6, 2011 14:02
Show Gist options
  • Save tauren/1267465 to your computer and use it in GitHub Desktop.
Save tauren/1267465 to your computer and use it in GitHub Desktop.
size = (obj) ->
s = 0
for own key of obj
s++
s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment