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

Tell us what’s happening:

My code is exactly what is asked for i dont see what could possibly be wrong

Your code so far

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

/* file: styles.css */

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


`Preformatted text`const setPlayerDisplay = () => {
const playingSong = document.getElementById("player-song-title");
const songArtist = document.getElementbyId("player-song-artist");
};`Preformatted text`

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0

Challenge Information:

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

never mind it was a typo

This is not supposed to be in your code