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

Tell us what’s happening:

I’m not sure what’s wrong with renderSongs here. I’m pretty certain I’m following the arrow function format correctly.

“renderSongs should be a function”

Your code so far

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

/* file: styles.css */

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

const renderSongs = (array) => {};

// 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 17

Hey, this is correct, try resetting your test or refreshing the page.

1 Like

thanks @robheyays - cleared my cache and it’s working now

1 Like