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

The solution can be found here:

You do not create an arrow function for nextSongExists to assign the boolean value to it. You can just use a ternary operator.