Manipulating Complex Objects: myMusic should have at least two elements, this is the code
var myMusic = [
{
"artist": "Faiz Ahmed",
"title": "Light",
"release_year": 2021,
"formats": [
"CD",
"8T",
"LP",
"Youtube",
"cassettes"
],
"gold": true
}
];