Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 1, 2021 15:31
Show Gist options
  • Save shahab570/b64e127c5ee12250a035576e5ac12782 to your computer and use it in GitHub Desktop.
Save shahab570/b64e127c5ee12250a035576e5ac12782 to your computer and use it in GitHub Desktop.
let first = [1,2,3,4];
let second = [...first];
console.log(second); //[1,2,3,4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment