Introduction to JavaScript - Async/Await
Difficulty: Advanced
Duration: 4 minutes and 46 seconds
Students: 35
Rating: 5/5
In this lesson, you will learn how to use the Async/Await syntax for the JavaScript Promise object.
Learning Objectives
- Implement an asynchronous function using the Async keyword
- Define the Await keyword
- Implement the Await keyword to resolve the promise object
- Implement a try/catch block
- Learn how to convert a promise-based function to use Async/Await syntax
Intended Audience
- This lesson is intended for anyone who wants to learn about JavaScript
Prerequisites
Covered Topics