lejonet
0
Q:

/learn ES6: Use the Spread Operator to Evaluate Arrays In-Place

const arr1 = ['JAN', 'FEB', 'MAR', 'APR', 'MAY'];
let arr2;

arr2 = [...arr1];
0

Tags

New to Communities?

Join the community