Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created April 10, 2020 12:42
Show Gist options
  • Save nkhil/3e89658c138fe0daa117c120a0918cb5 to your computer and use it in GitHub Desktop.
Save nkhil/3e89658c138fe0daa117c120a0918cb5 to your computer and use it in GitHub Desktop.
const albums = [
{
artist: "Pearl Jam",
album: "Ten",
year: "1991"
},
{
artist: "Pearl Jam",
album: "Yield",
year: "1998"
},
{
artist: "Soundgarden",
album: "Badmotorfinger",
year: "1991"
},
{
artist: "Soundgarden",
album: "Superunknown",
year: "1994"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment