mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): confirm not using unshift in Shopping List (#57687)
This commit is contained in:
parent
2d135c548c
commit
53c107a5dd
@ -29,6 +29,7 @@ You should update the first item in the `shoppingList` array to be `"Canola Oil"
|
||||
|
||||
```js
|
||||
assert.equal(shoppingList[0], "Canola Oil");
|
||||
assert.notEqual(shoppingList[1], "Vegetable Oil");
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user