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

Tell us what’s happening:

I´m stuck on step 13.

### My Code so far:

const songsHTML = array.map();

Everytime i get this Error:
The callback function of your map() method should use arrow function syntax.

WARNUNG

Your browser information:

User Agent ist: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 OPR/105.0.0.0

Challenge Information:

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

1 Like

I know the Code posted in this is the code you begin Step 13 with but i reset so many times.

Hallo, die Funktion map() benötigt eine arrow function, als parameter

I’m having the same issue even after refreshing many times and disabling all browser extensions, and I did include song as the parameter in the callback function.

SOLUTION REMOVED.

solutoin

Hello. The forum does not allow direct posting of solutions. Just give hints and references.