Tell us what’s happening:
Hi, Was having some trouble with this one and I believe it is a simple mistake, but i cannot see where I went wrong. Cant figure out the syntax order for some reason. thank you for your time if you answer!
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const pauseSong = () => {
userData.songCurrentTime = audio.currentTime;
classList.remove().playButton;
audio.pause();
};
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 48