Skip to content

Instantly share code, notes, and snippets.

@matthew-gerstman
Created March 18, 2019 22:14
Show Gist options
  • Save matthew-gerstman/c2e3823a0b063c3fc311eaa1e5e26333 to your computer and use it in GitHub Desktop.
Save matthew-gerstman/c2e3823a0b063c3fc311eaa1e5e26333 to your computer and use it in GitHub Desktop.
[
{ 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