Skip to content

Instantly share code, notes, and snippets.

@mheiber
Created February 22, 2016 00:41
Show Gist options
  • Save mheiber/45b6fa06e97bbb029828 to your computer and use it in GitHub Desktop.
Save mheiber/45b6fa06e97bbb029828 to your computer and use it in GitHub Desktop.
let list = [1, 2]
list = list.concat(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