1. 1
    async / await using TypeScript Course Overview
    1m 39s

async / await using TypeScript Course Overview

Share this video with your friends

Send Tweet

The goal of this course is to give you a solid understanding of how async / await works and how to use it effectively with TypeScript.

To start, we will look at Promise basics and see how .then and .catch are greatly simplified by async / await. We will then look at methods for executing asynchronous code in serial (the default), in parallel (with Promise.all), and Async iteration.

All with the added benefit of code analysis and error checking by TypeScript. Here's a little intro to the course material. I hope you enjoy the course!