Skip to content

Instantly share code, notes, and snippets.

@jarodsim
Last active January 27, 2023 01:54
Show Gist options
  • Save jarodsim/a2d5cefc76078d5665d1c23fccea58df to your computer and use it in GitHub Desktop.
Save jarodsim/a2d5cefc76078d5665d1c23fccea58df to your computer and use it in GitHub Desktop.
//--------------------arrays-------------------//
let amigos = ["coraline", "andrade", "kotlin", "batman"]
let friends = amigos.slice()
amigos.push("zé ninguém")
console.log(friends)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment