Await Multiple Promises Sequentially or Concurrently

Share this video with your friends

Send Tweet

You can await multiple promises either sequentially or concurrently, depending on where you put the await operators. This lesson shows both approaches and compares the performance characteristics.

~ 2 years ago

Shouldn't you use Promise.all([...]) instead ?