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

Tell us what’s happening:

Hi there

Does anyone know what the problem is

Kind regards
Iskren

Your code so far

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

/* file: styles.css */

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

const pauseSong = () => {
  userData.songCurrentTime = audio.currentTime;
  playButton = classList.remove().playing;
  audio.pause();
};

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15

Challenge Information:

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

its alright, I found it