Use the filter() method on userData?.songs . Pass in song as the parameter of the arrow function callback and use implicit return to check if song.id is strictly not equal to id . Assign all of that to the userData.songs .
Hi Edrubo! There are two things here you’ll need to fix. The first relates to the final instruction: Assign all of that to the `userData.songs.
The second relates to “implicit return”.
Hi Edrubo! Did you figure it out? If you search this forum for implicit return you will find some additional help plus a Google search could help you too. Searching for answers like this is an essential skill for all developers and it takes practice just as much as the actual coding.