Build a Music Player - Step 32

Tell us what’s happening:

Hello there ,
do you have any advice about this question?

Your code so far

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

/* file: styles.css */

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

const playSong = id => {(id,start="true")

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36

Challenge Information:

Build a Music Player - Step 32
https://www.freecodecamp.org/learn/full-stack-developer/workshop-music-player/step-32`Preformatted text`

Another word for parameter, in this context, is “argument.” Where do parameters/arguments go when you’re defining a function using arrow syntax?