Get my mind right without giving the code

Can

can anyone help me get my mind straight on this one without giving me the code
why am i failling the tests

Your code so far

var myMusic = [
  {
    "artist": "Billy Joel",
    "title": "Piano Man",
    "release_year": 1973,
    "formats": [ 
      "CS", 
      "8T", 
      "LP" ],
    "gold": true
  },
   {
    "artist": "linkin park",
    "title": "whatever",
    "release_year": 1950,
    "formats": [
      "CD",
      "Online" ]
      
      }
    

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/manipulating-complex-objects

Hover over that yellow triangle with an exclamation mark in it. Then hover over the red circle with an x in it.

Also. Very common. Always open and close your brackets then type code :slight_smile: