Skip to content

Instantly share code, notes, and snippets.

@MarcoWorms
Created April 5, 2018 06:08
Show Gist options
  • Save MarcoWorms/9617a1772065b07fb3d62730355034e7 to your computer and use it in GitHub Desktop.
Save MarcoWorms/9617a1772065b07fb3d62730355034e7 to your computer and use it in GitHub Desktop.
const deck = [
{ name: 'Fireball', damage: 6, cost: 2 },
{ name: 'Thunderstorm', damage: 10, cost: 3 },
{ name: 'Ice Razors', damage: 30, cost: 7 },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment