I am not sure how to create elements in JS and if I interpolate them right
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
<button class="playlist-song-info">
<span class="playlist-song-title"></span>
</button>
document.querySelector('.playlist-song-title').textContent = song.title
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 21
The last line of this code is setting up a string literal that will be returned.
They want you to add more html elements to that literal similar to how the li element was added