Learn Basic String and Array Methods by Building a Music Player - Step 31

Lesson Begins with correct code already in place

The lesson already has the correct code in the editor, even though it gives instructions on how to complete it. Tried resetting it and it still starts with the answer in the editor.

      <button class="playlist-song-info" onclick="playSong(${song.id})">
          <span class="playlist-song-title">${song.title}</span>
          <span class="playlist-song-artist">${song.artist}</span>
          <span class="playlist-song-duration">${song.duration}</span>
      </button>

Learn Basic String and Array Methods by Building a Music Player - Step 31

1 Like

Thank you for catching this issue.

A bug report has been made for this

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.