Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Created February 14, 2018 09:22
Show Gist options
  • Save JoaoCnh/41b14652f054b807e20c777a81ef509c to your computer and use it in GitHub Desktop.
Save JoaoCnh/41b14652f054b807e20c777a81ef509c to your computer and use it in GitHub Desktop.
js song object
const songs = [
{
id: 1,
name: "Curl of the Burl",
artist: "Mastodon",
},
{
id: 2,
name: "Oblivion",
artist: "Mastodon",
},
{
id: 3,
name: "Flying Whales",
artist: "Gojira",
},
{
id: 4,
name: "L'Enfant Sauvage",
artist: "Gojira",
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment