Record Collection again

I’m pretty sure that the only thing that isn’t correct right now is this:

!object[id].hasOwnProperty(value)

On this line, you should exchange value with "tracks".

For reference: freeCodeCamp Challenge Guide: Record Collection

1 Like