Found a solution that might not be ideal for learning

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:

could you report it as a bug blease?

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Ofcourse, didn’t know how, will do now. thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.