mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): corrected typo (#58393)
This commit is contained in:
parent
1436d89296
commit
bb2634d545
@ -9,7 +9,7 @@ dashedName: step-6
|
||||
|
||||
A third `recipe3` object has been filled in for you. It has the same properties as `recipe1` and `recipe2`.
|
||||
|
||||
You should now push the three objects into the `recipes` array. To do thus, you can use the `push()` method.
|
||||
You should now push the three objects into the `recipes` array. To do this, you can use the `push()` method.
|
||||
|
||||
Use the `push()` method to push all the recipe objects into the `recipes` array. Make sure to push `recipe1`, `recipe2`, and `recipe3` in that order.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user