Learn how to program with TypeScript in this full course for beginners. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript provides better error checking than JavaScript. This is because TypeScript uses a static type system, which means that the type of a variable is checked before the code is executed.
💻 GitHub Repo:
✏️ Hitesh Choudhary created this course. Check out his channel:
⭐️ Contents ⭐️
⌨️ (0:00:00) Why to learn TypeScript
⌨️ (0:07:08) TypeScript is not what you think
⌨️ (0:15:25) How to install TypeScript
⌨️ (0:27:33) Your first intro to TypeScript docs
⌨️ (0:39:21) Number, boolean, and type inference
⌨️ (0:39:21) Number, boolean, and type inference
⌨️ (0:46:52) Don’t use ANY
⌨️ (0:51:30) Do you really know functions
⌨️ (1:02:55) A better way to write function
⌨️ (1:15:38) Bad behavior of objects
⌨️ (1:25:14) Type Aliases
⌨️ (1:32:28) READONLY and optional
⌨️ (1:42:13) Array
⌨️ (1:50:03) Union Types in TS
⌨️ (2:04:46) Tuples
⌨️ (2:14:33) Enums
⌨️ (2:24:03) interface
⌨️ (2:33:52) Interface vs Type
⌨️ (2:39:08) How to setup Typescript for real projects
⌨️ (2:53:44) Classes
⌨️ (3:02:06) Private Public
⌨️ (3:08:12) Getters and Setters
⌨️ (3:15:25) Protected
⌨️ (3:19:34) Why Interface is important
⌨️ (3:26:05) Abstract class
⌨️ (3:35:36) Generics
⌨️ (3:47:58) Generics in Array and Arrow functions
⌨️ (3:56:07) Generic Classes
⌨️ (4:07:16) Type Narrowing
⌨️ (4:17:04) The in operator narrowing
⌨️ (4:22:17) Instanceof and Type Predicates
⌨️ (4:31:35) Discriminated Union and Exhaustiveness Checking with never
⌨️ (4:42:54) TypeScript End
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 Otis Morgan
--
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
1 view
161
31
2 years ago 04:46:25 2
Learn TypeScript – Full Tutorial
4 years ago 01:34:35 1
Learn TypeScript - Full Course for Beginners
4 years ago 03:16:40 2
TypeScript Course for Beginners 2021 - Learn TypeScript from Scratch!
5 years ago 02:02:42 6
Angular Tutorial for Beginners: Learn Angular & TypeScript
9 years ago 01:52:01 6
Learn Angular 2 (TypeScript) by building a simple YouTube player
4 years ago 00:22:56 34
Learn TypeScript With 3 In 20 Minutes
3 years ago 00:18:54 3
Why MOST JavaScript Developers SHOULD Learn TypeScript
7 years ago 00:04:35 7
TypeScript Interfaces
5 years ago 00:16:35 1
TypeScript: Learn to write a Lisp Interpreter from scratch (Part 3)
5 years ago 00:04:23 19
Which Vue Developers should learn TypeScript? - TypeScript: The Vue Parts, Part 1
7 years ago 00:05:59 6
TypeScript Properties
7 years ago 00:03:33 5
TypeScript Constructors
5 years ago 00:12:29 1
TypeScript: Learn to write a Lisp Interpreter from scratch (Part 2)
12 years ago 00:10:01 51
Vegetables | Learn English | Vocabulary and Pronunciation
5 years ago 00:23:33 1
React Typescript Tutorial
5 years ago 01:20:01 1
React / Typescript Tutorial - Build a Quiz App
5 years ago 00:12:09 3
TypeScript: Learn to write a Lisp Interpreter from scratch (Part 4)
7 years ago 00:10:11 20
3 of 11 - Getting Started with Typescript - Configure TypeScript
7 years ago 00:05:12 6
TypeScript Classes
12 months ago 00:31:17 16
Typescript for VueJS
9 years ago 00:38:43 224
Angular 2 with Typescript - Training for Beginners
7 years ago 00:09:16 6
7 of 11 - Getting Started with Typescript - Run & Compile with Webpack
7 years ago 00:03:37 6
Access Modifiers in TypeScript
7 years ago 00:20:18 6
TYPESCRIPT: How I Learned To Stop Worrying And Trust The Compiler