Tell us what’s happening:
I just wish to understand the accessibility of these multiple properties of the objects made inside the array.
Your code so far
var myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
},
// Add record here
{
"artist": "Billie Eilish",
"title" : "Bad Guy",
"release_year" : 2019,
"formats" : [
"Spotify",
"Youtube Music"
],
"gold" : true
}
];
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
.
Link to the challenge: