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

Tell us what’s happening:

renderSongs(userData?.songs);

not able to get the answer correct for this step 20 of building music player project

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

    .join("");
playlistSongs.innerHTML = songsHTML;


renderSongs(userData?.songs);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36

Challenge Information:

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

Editable region contain incomplete part of the code that should be present at the start of this step. Try resetting the step, then add the renderSongs(...) call again.

1 Like

yes restart worked ! Thank You so much for your help