Skip to content

Instantly share code, notes, and snippets.

@goodbedford
Last active April 2, 2016 02:33
Show Gist options
  • Save goodbedford/f54036beeb0a11143f327a06fe1ae70b to your computer and use it in GitHub Desktop.
Save goodbedford/f54036beeb0a11143f327a06fe1ae70b to your computer and use it in GitHub Desktop.
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