loop through mons
This commit is contained in:
parent
c3bd7b1294
commit
d20b76299f
@ -1,3 +1,5 @@
|
|||||||
import * as Pokemon from 'pokemongo-json-pokedex/output/pokemon.json';
|
import * as Pokemon from 'pokemongo-json-pokedex/output/pokemon.json';
|
||||||
|
|
||||||
console.log(Pokemon[0]);
|
Pokemon.forEach((mon) => {
|
||||||
|
console.log(mon.name);
|
||||||
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user