Skip to content

Instantly share code, notes, and snippets.

@gsf
Created March 5, 2010 21:39
Show Gist options
  • Save gsf/323189 to your computer and use it in GitHub Desktop.
Save gsf/323189 to your computer and use it in GitHub Desktop.
node> var id = [];
[]
node> id.constructor
[Function]
node> id.constructor.toString()
'function Array() { [native code] }'
node> id.constructor === Array
true
node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment