This content originally appeared on Go Make Things and was authored by Go Make Things
In case you missed it, this week over on my YouTube channel I released a video on async
and await
…
I cover…
- What they and how they work.
- How
async
andawait
differ fromPromise.then()
. - How to catch errors.
- One of the most common gotchas when working with
async
andawait
.
And on a personal note, I think this may be my best YouTube thumbnail ever. I might as well just retire from making videos, because I’ll never do better than this!
If you wanted to dive deeper in asynchronous code and working with APIs, I’ve got a bunch more resources on this topic in my members area digital garden.
They’re all curated from past articles on this site, if you’d prefer to search for them instead.
Like this? A Lean Web Club membership is the best way to support my work and help me create more free content.
This content originally appeared on Go Make Things and was authored by Go Make Things