Skip to content

Instantly share code, notes, and snippets.

@benjaminparnell
Created October 22, 2015 16:58
Show Gist options
  • Select an option

  • Save benjaminparnell/5760cbc089c6d19026f8 to your computer and use it in GitHub Desktop.

Select an option

Save benjaminparnell/5760cbc089c6d19026f8 to your computer and use it in GitHub Desktop.
var array = [ "Hello" ].push("world")
console.log(array) // => 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment