Completed
02:23:46 - - interface in typescript
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Complete Typescript in Under 5 Hours
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 - - Why to learn typescript
- 2 00:06:51 - - Typescript is not what you think
- 3 00:15:08 - - How to install typescript
- 4 00:27:16 - - Your first intro to typescript docs
- 5 00:39:04 - - Number, boolean and type inference
- 6 00:39:04 - - Number, boolean and type inference
- 7 00:46:35 - - Don't use ANY in typescript
- 8 00:51:13 - - Do you really know functions in typescript
- 9 01:02:38 - - A better way to write function in typescript
- 10 01:15:21 - - Bad behaviour of objects in typescript
- 11 01:24:57 - - Type Aliases in Typescript
- 12 01:32:11 - - READONLY and optional in typescript
- 13 01:41:56 - - Array in Typescript
- 14 01:49:46 - - Union Types in TS
- 15 02:04:29 - - Tuples in typescript
- 16 02:14:16 - - Enums in typescript
- 17 02:23:46 - - interface in typescript
- 18 02:33:35 - - Interface vs Type in typescript
- 19 02:38:51 - - How to setup Typescript for real projects
- 20 02:53:27 - - Classes in typescript
- 21 03:01:49 - - Private Public in Typescript
- 22 03:07:55 - - Getters and Setters in typescript
- 23 03:15:08 - - Protected in Typescript
- 24 03:19:17 - - Why Interface is important in typescript
- 25 03:25:48 - - Abstract class in Typescript
- 26 03:35:19 - - Generics in Typescript
- 27 03:47:41 - - Generics in Array and Arrow functions in Typescript
- 28 03:55:50 - - Generic Classes in Typescript
- 29 04:06:59 - - Type Narrowing in typescript
- 30 04:16:47 - - The in operator narrowing
- 31 04:22:00 - - Instanceof and Type Predicates
- 32 04:31:18 - - Discriminated Union and Exhaustiveness Checking with never
- 33 04:42:37 - - Typescript End