Skip to content

Instantly share code, notes, and snippets.

@adamjspooner
Created August 23, 2012 17:13
Show Gist options
  • Save adamjspooner/3438869 to your computer and use it in GitHub Desktop.
Save adamjspooner/3438869 to your computer and use it in GitHub Desktop.
var my_array = [];
if (my_array instanceof Array) {
console.log('Congrats, you have an array!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment