Skip to content

Instantly share code, notes, and snippets.

@tilgovi
Created February 24, 2011 07:59
Show Gist options
  • Save tilgovi/841902 to your computer and use it in GitHub Desktop.
Save tilgovi/841902 to your computer and use it in GitHub Desktop.
v8 Array.isArray()
> Array.isArray(Object.create(Array.prototype)) != Array.isArray(new Array())
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment