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.
await
Shouldn't you use Promise.all([...]) instead ?