Hacker News new | ask | show | jobs
by dvlsg 3218 days ago
Yup - all promises are "started" before you await them.

I still typically prefer Promise.all though. It's a bit more obvious what's going on (IMO) and you can skip the additional lines for assigning the promises to variables.