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

Hi Syed! These callback functions can be tricky. Generally, for the forEach method it should look like this:
someArray.forEach((parameter) => {})

1 Like