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
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