Skip to content

Instantly share code, notes, and snippets.

@roundcorners
Created October 21, 2011 11:56
Show Gist options
  • Save roundcorners/1303654 to your computer and use it in GitHub Desktop.
Save roundcorners/1303654 to your computer and use it in GitHub Desktop.
Testing for Array borrowing the toString method from Object object
Object.prototype.toString.call([]) === "[object Array]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment