Tell us what’s happening:
Whats wrong with this answer? I tried the ""
and now without, and searched in the forum, funny enough there seems to only be one question on this. Was there a change in the number of lessons that makes some questions relate to another lesson. just curious. And thanks for all the amazing help!
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const highlightCurrentSong = () => {
playlistSongElements = document.querySelectorAll(playlist-song);
};
// 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
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 61