PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

Object properties are kind of hidden.. #40

Closed Giiacomo closed 4 years ago

Giiacomo commented 4 years ago

https://pastebin.com/REaHs7xR Here's the object that comes out when I console log "eevee".. I get [object] instead of the properties.. how can I fix that?

Naramsim commented 4 years ago

That's an inherent Node feature, I guess.

Try giving this a go, to fully log an object.