var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CS",
"8T",
"LP" ],
"gold": true
}
// Add record here
];
myMusic.push({
"artist": "John Mayer",
"title": "Continuum Extended",
"release_year": 2017,
"formats": [
"CS",
"8T",
"LP" ]
});
No comments:
Post a Comment