mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): update instructions for step 24 of football team cards project (#54326)
This commit is contained in:
parent
84b1a402a8
commit
ff08095b9c
@ -18,7 +18,7 @@ console.log(greeting("John")); // Hello John
|
||||
console.log(greeting()); // Hello Anonymous
|
||||
```
|
||||
|
||||
Add a new parameter to your `setPlayerCards` function called `arr` and assign it a default value of `players`.
|
||||
Add a new parameter to your `setPlayerCards` function called `arr` and assign it a default value of `players`. Remember that you destructured the `players` variable from the `myFavoriteFootballTeam` object on line `175`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user