var myMusic = [
{
“artist”: “Billy Joel”,
“title”: “Piano Man”,
“release_year”: 1973,
“formats”: [
“CS”,
“8T”,
“LP” ],
“gold”: true
}
// Add record here
var newAlbum = [
{
“artist”: “Dua Lipa”,
“title”: “New Rules”,
“release_year”: 2016,
“formats”: [
“Cd”,
“Cassette”,
“Youtube” ],
}
];
Can anyone help me to solve this please. I am stuck with this problem. Thanks