Tell us what’s happening:
Describe your issue in detail here.
Your code so far
const myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
}, {
"artist":"John Legend",
"title": "All Of Me",
"release_year": 1993,
" formarts": ["CD", "8T","LP",],
}
];
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15
Challenge: Basic JavaScript - Manipulating Complex Objects
Link to the challenge: