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

Tell us what’s happening:

I have tried to follow the example provided but it’s not passing. Something I’m doing wrong?

Your code so far

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

/* file: styles.css */

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

const renderSongs = userData?.songs

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

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

You have declared a variable with the function name, you need to call the function and put in the param provided.
Just type the function name with parenthese. Good luck

2 Likes

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