The reason why this isn’t working is because you’re not adding your info as an object.The array with your code is basically consisted of an object element and a set of strings. myMusic=[object,string,string,string].
In order for this to work you need to push the next element as an object , which can be done in two different ways:
THE QUESTION WAS THIS Add a new album to the myMusic array. Add artist and title strings, release_year number, and a formats array of strings.
BUT WHEN YOU LOOK AT THE SOLUTION IT’S ALL NEW WITH NEW VARIABLE, IT DOESN’T SAY THAT WE ADDED NEW ALBUM TO THE MYMUSIC, INSTEAD IT SAYS WE CREATED NEW ALBUM