Skip to content

Instantly share code, notes, and snippets.

@105ron

105ron/copyarray Secret

Created July 19, 2018 06:27
Show Gist options
  • Save 105ron/f51a866a20f136db4df5405e6ef65d70 to your computer and use it in GitHub Desktop.
Save 105ron/f51a866a20f136db4df5405e6ef65d70 to your computer and use it in GitHub Desktop.
const arr = ['a','b','c'];
const arrTwo = [...arr];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment