async
Posts
Links
Learning to Throw Again – hueniverse
Six years ago, during the early days of node, Guillermo Rauch wrote a blog post titled A String is not an Error. It might seem obvious now, but at the time, node didn’t really have any established patterns. That’s around the same time the error-first-callback pattern evolved as the standard way to return errors.
10-01-2018await vs return vs return await - JakeArchibald.com
When writing async functions, there are differences between await vs return vs return await, and picking the right one is important.
20-02-2018