Completed
Intersection Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Prerequisites
- 3 How to Take This Course
- 4 What is TypeScript?
- 5 Setting Up the Development Environment
- 6 Your First TypeScript Program
- 7 Configuring the TypeScript Compiler
- 8 Debugging TypeScript Applications
- 9 Fundamentals
- 10 Built-In Types
- 11 The any Type
- 12 Arrays
- 13 Tuples
- 14 Enums
- 15 Functions
- 16 Objects
- 17 Advanced Types
- 18 Type Aliases
- 19 Union Types
- 20 Intersection Types
- 21 Literal Types
- 22 Nullable Types
- 23 Optional Chaining