Toggl Senior Frontend Coding
Toggl - Frontend Developer - Coding round
Description Template:
Level: Senior
Education: Bachelor
Years of Experience: 4
Questions Asked:
On your own computer in a typescript file: get 20 pokemons and their hp,attack,defense and name.
Use https://pokeapi.co/
- fetch a list of 20 pokemons
- use Promise.all to fetch their stats (explain what Promise.all does)
- Stats is an array of objects => transform it into an object where the keys are the names of the stats and the values are the base_stat
We also discussed quickly ran through all of my work experience