Skip to content

Instantly share code, notes, and snippets.

@mheiber
Last active February 22, 2016 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mheiber/c48b023f438c95107371 to your computer and use it in GitHub Desktop.
Save mheiber/c48b023f438c95107371 to your computer and use it in GitHub Desktop.
const list = [1, 2]
list.push(3)
console.log(list) // [1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment