Its not working
Your code so far
var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
}
// Add a record here
{
"artist": "Sid Alapati";
"title": "Meta And Dead Bush Development";
"release_year": 1981;
"formats": [
"Floppy Drive",
"Hard Drive",
"Thunderbolt"
],
"gold": true
}
];
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 Edg/88.0.705.68
.
Challenge: Manipulating Complex Objects
Link to the challenge: