Completed
Using the never type
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Typescript Functions - Basics Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Type Aliases
- 4 Literal Types
- 5 Basic Functions
- 6 Functions with no return value
- 7 The function keyword
- 8 Function Type Aliases
- 9 Function Interface
- 10 Optional Parameters
- 11 Default Parameters
- 12 Function with Rest Params
- 13 The never type
- 14 Using the never type
- 15 Custom Type Guard