Toggl Senior Frontend Coding

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/

  1. fetch a list of 20 pokemons
  2. use Promise.all to fetch their stats (explain what Promise.all does)
  3. 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
  4. print

We also discussed quickly ran through all of my work experience