Skip to content

Instantly share code, notes, and snippets.

@MarcoWorms
Created April 5, 2018 06:07
Show Gist options
  • Save MarcoWorms/136b858aac7e1effe78481dda0a05d4a to your computer and use it in GitHub Desktop.
Save MarcoWorms/136b858aac7e1effe78481dda0a05d4a to your computer and use it in GitHub Desktop.
const thisIsADeck = [
'this is a card',
3464562456, // this is also a card,
{ attack: `i'm a property of a card!` }, // another card
[
`I'm an element inside a card.`,
`I'm not a card because I'm not in the root level`,
`The card in this case is the whole array containing these phrases`,
],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment