Update challengeSeed in use spread operator challenge (#13979)
This commit is contained in:
committed by
Quincy Larson
parent
f851d7b56e
commit
1a0f315c39
@ -356,9 +356,7 @@
|
|||||||
],
|
],
|
||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"const arr1 = ['JAN', 'FEB', 'MAR', 'APR', 'MAY'];",
|
"const arr1 = ['JAN', 'FEB', 'MAR', 'APR', 'MAY'];",
|
||||||
"const arr2 = [];",
|
"const arr2 = []; // change this line",
|
||||||
"// change code below this line",
|
|
||||||
"// change code above this line",
|
|
||||||
"arr1.push('JUN');",
|
"arr1.push('JUN');",
|
||||||
"console.log(arr2); // arr2 should not be affected"
|
"console.log(arr2); // arr2 should not be affected"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user