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": [
|
||||
"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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user