Skip to content

Instantly share code, notes, and snippets.

@pstoev
Created September 26, 2016 07:02
Show Gist options
  • Save pstoev/ea7269924542580982caf84095c3bc9e to your computer and use it in GitHub Desktop.
Save pstoev/ea7269924542580982caf84095c3bc9e to your computer and use it in GitHub Desktop.
if( Object.prototype.toString.call( someVar ) === '[object Array]' ) {
alert( 'Array!' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment