This repository contains the code for my Asynchronous JavaScript with async/await video course.
Go check it out if you haven't yet watched it!
- Write an Asynchronous Function with async/await
- Call an Asynchronous Function in a Promise Chain
- Convert Any Function into an Asynchronous Function
- Handle Errors in Asynchronous Functions
- Await Multiple Promises Sequentially or Concurrently
- Await Multiple Promises Concurrently with Promise.all()
- Use the await Operator with Any Thenable
- Iterate Asynchronously with the for-await-of Loop