Last active
October 18, 2016 01:45
-
-
Save iamdtang/82aad471af0f824bba5effaf7721e489 to your computer and use it in GitHub Desktop.
itp404 - code challenge 10/18/2016
This file contains 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
[{ | |
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