Tell us what’s happening:
Your code so far
var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CS",
"8T",
"LP" ],
"gold": true
}
];
myMusic.push({artist:"Glen Campbell", title: "Galveston", release_year: 1969, formats: ["CS","8T","LP"], gold: true});
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC EA 2; rv:11.0) like Gecko
.
Link to the challenge:
https://www.freecodecamp.org/challenges/manipulating-complex-objects