Skip to content

Instantly share code, notes, and snippets.

@iamdtang
Last active October 18, 2016 01:45
Show Gist options
  • Save iamdtang/82aad471af0f824bba5effaf7721e489 to your computer and use it in GitHub Desktop.
Save iamdtang/82aad471af0f824bba5effaf7721e489 to your computer and use it in GitHub Desktop.
itp404 - code challenge 10/18/2016
[{
id: 5,
title: "Self Esteem",
artist: 1,
genre: 1,
price: 1.29,
playCount: 1,
createdBy: "admin"
}, {
id: 8,
title: "Bad Habit",
artist: 1,
genre: 1,
price: 1.19,
playCount: 66,
createdBy: "admin"
}, {
id: 29,
title: "Slim Pickins",
artist: 1,
genre: 1,
price: 1.29,
playCount: 0,
createdBy: "admin"
}, {
id: 59,
title: "Gone Away",
artist: 1,
genre: 1,
price: 1.4,
playCount: 0,
createdBy: "admin"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment