Skip to content

Commit

Permalink
fix(curriculum): Added a note on how the players are numbered for tea…
Browse files Browse the repository at this point in the history
…m cards (#54121)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
  • Loading branch information
haripajjuri and huyenltnguyen committed Mar 18, 2024
1 parent 624ea16 commit 5b2794b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Start by accessing the `id` called `"team"` from the HTML document and storing i

Remember, you can use the `getElementById` method for this.

_NOTE_: The numbers for the team are organized alphabetically by last name. This differs from conventional numbering where the numbers correspond with what is on the player's jerseys.

# --hints--

You should use the `document.getElementById()` method to get the `#team` element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ isCaptain: false
nickname: null
```

_NOTE_: The numbers for the team are organized alphabetically by last name. This differs from conventional numbering where the numbers correspond with what is on the player's jerseys.

# --hints--

Your `myFavoriteFootballTeam.players` array should have the value of an object.
Expand Down

0 comments on commit 5b2794b

Please sign in to comment.