Created
August 23, 2012 17:13
-
-
Save adamjspooner/3438869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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