Hi I have completed this assignment , I just want to ask one thing I’m facing from previous assignment
const playlistSongs = document.getElementById(“playlist-songs”)
this is the first line of the code , when I console playlistSongs why do I get only { } as a output why whole element is not consoled out.
thanks
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
// 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/126.0.0.0 Safari/537.36
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 99
Hi It would be great if you guide me to how we can use DEVTOOLS to console the output of playButton in line number 2 in the code , because i’m trying it but it is not happening , as I am new to this world so guidance is much appreciated