TypeScript Fundamentals, v3

TypeScript Fundamentals, v3

Topics:
4 hours, 27 minutes CC

Use TypeScript to add strong typing to large JavaScript apps helps reduce bugs and keeps code performant and maintainable. Learn key Typescript features such as typing variables and function signatures, abstract classes, interfaces, enums, and more – these features increase your ability to fix errors fast. Learn how to migrate your codebase to TypeScript the smart way and improve productivity while building large-scale TypeScript applications with ease!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: August 3, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Setup

Type Categories

Functions

Types & Values

Generics

Wrapping Up