Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created September 27, 2015 07:52
Show Gist options
  • Save qetr1ck-op/823a2dfdf760938c91fd to your computer and use it in GitHub Desktop.
Save qetr1ck-op/823a2dfdf760938c91fd to your computer and use it in GitHub Desktop.
var arr = [1, 2, 3];
console.log(arr) // 1,2,3, result of arr.__proto__ -> Array.prototype.toString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment