mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): reword requirements to be clearer (#53004)
This commit is contained in:
parent
94d55633ec
commit
698941be23
@ -9,7 +9,7 @@ dashedName: step-19
|
||||
|
||||
Next, you will need to update the playlist in your HTML document to display the songs.
|
||||
|
||||
Add `songsHTML` to `playlistSongs`, by using the `innerHTML` property. This will insert the `li` element you just created into the `ul` element in the already provided `HTML` file.
|
||||
Assign `songsHTML` to the `innerHTML` property of the `playlistSongs` element. This will insert the `li` element you just created into the `ul` element in the already provided `HTML` file.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user