Hacker News new | ask | show | jobs
by joostdevries 3631 days ago
On second thought: I guess Async Await are like a `do` notation specifically for Promises...
1 comments

That's true. await sequence actions much like do notation.
..and it's flat instead of nesting.