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