Created
April 5, 2018 06:07
-
-
Save MarcoWorms/136b858aac7e1effe78481dda0a05d4a 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
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