Created
April 10, 2020 12:43
-
-
Save nkhil/a4408986946bc57cf1681d054715074a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
1991: [ | |
{ | |
{ | |
artist: 'Pearl Jam', | |
album: 'Ten', | |
year: '1991', | |
}, | |
{ | |
artist: 'Soundgarden', | |
album: 'Badmotorfinger', | |
year: '1991', | |
}, | |
} | |
], | |
1994: [ | |
{ | |
artist: 'Soundgarden', | |
album: 'Superunknown', | |
year: '1994', | |
}, | |
], | |
1998: [ | |
{ | |
artist: 'Pearl Jam', | |
album: 'Yield', | |
year: '1998', | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment