Completed
- Implement Interface in Class
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Sponsor
- 2 - Slides
- 3 - TypeScript Setup
- 4 - TSC (TypeScript Compiler)
- 5 - Config File
- 6 - Folder Structure
- 7 - Basic Types
- 8 - Arrays & Tuples
- 9 - Unions & Enum
- 10 - Objects
- 11 - Type Assertion
- 12 - Functions
- 13 - Interfaces
- 14 - Function Interface
- 15 - Classes
- 16 - Data Modifiers
- 17 - Implement Interface in Class
- 18 - Extending Classes (Subclasses)
- 19 - Generics
- 20 - TypeScript With React