You have declared a constant variable nextButton and assigned an event listener callback function with the value click and playNextSong to it.
Edit: the challenge instructions is asking you:
Add a “click” event listener to the nextButton element, then pass in playNextSong as the second argument of your event listener. This is the function the event listener will run.