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

Tell us what’s happening:

I am not really sure why it not letting me turn it in?

There is also no error that show up in the console log.

Your code so far

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

/* file: styles.css */

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

return '<li id="song-${song.id}" class="playlist-song"></li>'

// 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/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

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

I think you are using ( ’ ), and you shoud use ( ` ) backticks.

Rip, I didn’t notice that. They look way too similar to me.

Thanks for the help tho.