Tell us what’s happening: I know going for something like this defeats the whole purpose of learning, I just couldn’t help but try this and it passed. since I had some hard challenges so far that really engaged me by putting so many limits on. I thought maybe I should report this so that a new limit to prevent such action makes it more engaging.
i’m sorry if this is not the place to post or its not important at all.
Thank you for this great site, its helping me learn quite fast, and its pretty fun and engaging.
**Your code so far**
var myMusic = [
{}, // this is what i tried xD
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
}
// Add a record here
];
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
.
Challenge: Manipulating Complex Objects
Link to the challenge: