Skip to content

Instantly share code, notes, and snippets.

@sebasmanu14
Created July 7, 2020 03:18
Show Gist options
  • Save sebasmanu14/4e70b12cefbf82e395ed3fa82eb1384d to your computer and use it in GitHub Desktop.
Save sebasmanu14/4e70b12cefbf82e395ed3fa82eb1384d to your computer and use it in GitHub Desktop.
puede que los tres puntos sean para llamar a la const tambuien para guardar const
const arr1 = ['JAN', 'FEB', 'MAR', 'APR', 'MAY'];
let arr2;
arr2 = [...arr1]; // Change this line
console.log(arr2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment