Update challengeSeed in use spread operator challenge (#13979)

This commit is contained in:
Manish Giri
2017-03-22 02:00:05 -04:00
committed by Quincy Larson
parent f851d7b56e
commit 1a0f315c39

View File

@ -356,9 +356,7 @@
],
"challengeSeed": [
"const arr1 = ['JAN', 'FEB', 'MAR', 'APR', 'MAY'];",
"const arr2 = [];",
"// change code below this line",
"// change code above this line",
"const arr2 = []; // change this line",
"arr1.push('JUN');",
"console.log(arr2); // arr2 should not be affected"
],