Last active
April 2, 2016 02:33
-
-
Save goodbedford/f54036beeb0a11143f327a06fe1ae70b 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 someArray = [1, 2, 3, [11, 22, 33]]; | |
console.log("array object:", someArray); | |
console.log("array to string:", someArray.toString()); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment