mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): clarify step 39 in music player project (#55500)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ dashedName: step-39
|
||||
|
||||
# --description--
|
||||
|
||||
Add an `else` block to handle the current song's position in the playlist.
|
||||
Add an `else` block to handle the song's current playback time. This allows you to resume the current song at the point where it was paused.
|
||||
|
||||
Within the `else` block, set the `currentTime` property of the `audio` object to the value stored in `userData?.songCurrentTime`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user