Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created April 10, 2020 12:43
Show Gist options
  • Save nkhil/a4408986946bc57cf1681d054715074a to your computer and use it in GitHub Desktop.
Save nkhil/a4408986946bc57cf1681d054715074a to your computer and use it in GitHub Desktop.
{
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