Manipulating Complex Objects ? need help

Tell us what’s happening:

Your code so far

var myMusic = [
  {
    "artist": "Billy Joel",
    "title": "Piano Man",
    "release_year": 1973,
    "formats": [ 
      "CS", 
      "8T", 
      "LP" ],
    "gold": true
  }
  // Add record here
  {
    "artist": "df",
    "title":"sdf",
    "release_year":"1923",
    "formats":["mpeg","mva","mp3","mp4"]
    
    
  }
  
  
  
  
  
  
];

Your browser information:

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

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

Note that arrays contain comma-separated values.