Completed
| 2.2 - Arrays & Tuples
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript Full Course - From Beginner to Advanced
Automatically move to the next video in the Classroom when playback concludes
- 1 | Introduction
- 2 | 1.1 - Dynamic vs Static Typing
- 3 | 1.2 - Introduction to TypeScript
- 4 | 1.3 - TypeScript Setup
- 5 | 1.4 - tsconfig
- 6 | 2.1 - Primitive Types
- 7 | 2.2 - Arrays & Tuples
- 8 | 2.3 - Enums & Literals
- 9 | 2.4 - Any, Unknown & Type Casts
- 10 | 2.5 - Optional Chaining and Bang
- 11 | 3.1 - Basic Function Types
- 12 | 3.2 - Advanced Function Types
- 13 | 3.3 - Interfaces
- 14 | 4.1 - Classes & Abstract Classes
- 15 | 4.2 - Classes & Interfaces
- 16 | 4.3 - Static Attributes & Methods
- 17 | 4.4 - Generics
- 18 | 5.1 - Type Aliases
- 19 | 5.2 - Union & Intersection
- 20 | 5.3 - Type Guards
- 21 | 5.4 - Discriminated Unions
- 22 | 5.5 - Utility Types
- 23 | 6.1 - Modules Import/Export
- 24 | 6.2 - Namespaces
- 25 | 7.1 - Project Walkthrough
- 26 | 7.2 - Project Solution