Created
March 18, 2019 22:11
-
-
Save matthew-gerstman/eb44f0bf2033f53e889ef64ba024604e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
[ | |
{ name: "Harry Potter", house: "Gryffindor", points: 40 }, | |
{ name: "Hermione Granger", house: "Gryffindor", points: 140 }, | |
{ name: "Draco Malfoy", house: "Slytherin", points: -20 } | |
], | |
[ | |
{ name: "Lin Manuel Miranda", house: "Slytherin", points: 5000 }, | |
{ name: "Taylor Swift", house: "Slytherin", points: 100 }, | |
{ name: "Cedric Diggory", house: "Hufflepuff", points: 12 } | |
], | |
[ | |
{ name: "Sally Perks", house: "Hufflepuff", points: 15 }, | |
{ name: "Luna Lovegood", house: "Ravenclaw", points: 100 }, | |
{ name: "Cho Chang", house: "Ravenclaw", points: 100 } | |
] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment