Why await Doesn't Make JavaScript Run in Order
A lot of developers learn async/await and walk away with one idea:
I used await, so everything waits.
That sentence is almost true — and the "almost" is where the bugs live.
await pauses one async f
designly.hashnode.dev6 min read