Tell us what’s happening:
Where is the mistake? Can anyone else spot it? I know it has something to do with the release year but I can not seem to find it for the life of me.
Your code so far
var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
},
// Add record here
{
"artist": "Deep Purple",
"title" : "Smoke on the water",
"release year" : 1976,
"formats" : [
"CD",
"8T",
"LP"
],
}
];
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/manipulating-complex-objects