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

Tell us what’s happening:

Isn’t my code correct? I tried this code and yet this shows an error

Your code so far

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

/* file: styles.css */

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

const pausesong = () => {};

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0

Challenge Information:

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

Remember that in javascript variable names are written using camelCase.

Thanks. Now it works

1 Like