Completed
Tuples
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Typescript Objects, Arrays, Tuples and Enums - Basics Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Getting Started
- 4 Array Type Inference
- 5 Array Assignment
- 6 Array Any Type & Explicit Types
- 7 Tuples
- 8 Object Type
- 9 Object Type Inference
- 10 Object Type Annotation
- 11 Object Assignment
- 12 Optional Object Properties
- 13 Object Type as a Parameter
- 14 type vs interface
- 15 Narrowing with Optional Properties
- 16 Enums