Frontend Masters - TypeScript 5+ Fundamentals, v4
added
Similar items:
FrontendMasters - TypeScript Fundamentals, v3,
Intermediate Typescript v2 (Frontend Masters),
FrontendMasters - Making TypeScript Stick,
Intermediate React, v4 - Frontend Masters,
FrontendMasters - Rust for TypeScript Developers,
FrontendMasters - JavaScript From First Steps to Professional,
Frontend Masters - Learning Computer Science with JavaScript (Computer Science Path),
FrontendMasters - Complete Intro to React v8,
Functional JavaScript First Steps frontendmasters,
Frontendmasters - Polyglot Programming TypeScript, Go, & Rust
Frontend Masters - TypeScript 5+ Fundamentals, v4
TypeScript reduces bugs and improves maintainability when writing JavaScript. Learn all the key Typescript features such as variable typing, function signatures, union and intersection types, type aliases, and generics. Use effective strategies for transitioning your codebase to TypeScript for more robust and scalable applications.
https://frontendmasters.com/workshops/typescript-v4/
Contents:
(1) Introduction
(2) Variables and Values
(3) Objects, Arrays and Tuples
(4) Union and Intersection Types
(5) Interfaces and Type Aliases
(6) Type Queries, Callables & Constructables
(7) Classes & Type Guards
(8) Generics
(9) Wrapping Up