Skip to content

Instantly share code, notes, and snippets.

@alexandreservian
Created February 13, 2020 01:35
Show Gist options
  • Save alexandreservian/d6e5ae26855ed51b0b33e407548a033d to your computer and use it in GitHub Desktop.
Save alexandreservian/d6e5ae26855ed51b0b33e407548a033d to your computer and use it in GitHub Desktop.
Definição de um pokemon
{
id: 150,
name: 'Mewtwo',
thumbnail: "./assets/thumbnails/150.png",
type: [
'Psychic'
],
hp: 106,
attack: 110,
defense: 90,
spAttack: 154,
spDefense: 90,
speed: 130
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment