Completed
Introduction to Type Assertions in TypeScript
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Getting Started with TypeScript: Editor, Installation, and Quick Start
- 2 Setting Up a Bare Minimum TSCONFIG File for TypeScript Projects
- 3 Specifying Basic Types on Variables in TypeScript
- 4 Basic Type Declarations on Variables in TypeScript
- 5 Basic Function and Parameter Types in TypeScript
- 6 Using Enums in TypeScript
- 7 Any and Never Types in TypeScript
- 8 Introduction to Type Assertions in TypeScript
- 9 Abstract Class Basics in TypeScript
- 10 Access Modifiers (Public, Protected, Private) in TypeScript
- 11 Using the Readonly Modifier in TypeScript
- 12 Using TypeScript Access Modifiers with Parameters
- 13 Introduction to Interfaces in TypeScript
- 14 Intersection Types, Union Types, and Type Aliasing in TypeScript
- 15 The Basics of Generics in TypeScript
- 16 Declaration Merging in TypeScript