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

What’s happening :

I’m getting crazy over the last part of the challenge. Please help me, because I can’t find my mistake, it must be obvious

My code so far

pauseSong(),
setPlayerDisplay(),
highlightCurrentSong(),
setPlayButtonAccessibleText()

And the only information I got from both the console and the prompts is
" You should call the setPlayButtonAccessibleText function."

What I’ve tried

I try to reset the lesson.
I tried to remove the comma and replace them with semicolon, it doesn’t work obviously because where in a bracket block.
Furthermore, I tried to copy-paste to avoid any mistake of spelling.

Now, i’m lost.

You have separated these lines with commas, not semi-colons

Oh, thank you ! I’ve tried it before, but maybe they were still a misspelling somewhere

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.