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!
Overview
Syllabus
- Introduction
- Compiling a TypeScript Program
- Variables & Values
- Typing Functions
- Typing Functions Q&A and Objects
- Optional Properties
- Index Signatures & Object Q&A
- Arrays & Tuples
- Structural vs Nominal Types
- Union Types
- Intersection Types
- Type Aliases
- Interfaces
- JSON Types Exercise
- Functions & Function Overloads
- this Types & Best Practices
- Classes & Access Modifier Keywords
- Top Types: any & unknown
- Bottom Types: never
- Type Guards & Narrowing
- Nullish Values
- Generics
- Dictionary map, filter & reduce
- Generics Scopes & Restraints
- Wrapping Up
Taught by
Mike North