Async Functions
In this lesson, we briefly go over the async functions.
We'll cover the following...
Async functions #
Async functions are typically used to fetch data from a server. There are different types of async functions, like timers, but the basics ...