Completed
TypeScript Types vs JavaScript Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript for Beginners - Learn TypeScript from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 Getting Started
- 2 What is TypeScript:
- 3 Installing & Using TypeScript
- 4 The Advantages of TypeScript
- 5 Course Outline
- 6 How to Get the Most out of This Course
- 7 Setting Up our Development Environment
- 8 The Course Project Setup
- 9 Module Introduction
- 10 Using Types
- 11 TypeScript Types vs JavaScript Types
- 12 Numbers, Strings and Booleans
- 13 Type Assignment and Type Inference
- 14 Object Types
- 15 Array Types
- 16 Tuples
- 17 Enums
- 18 The Any Type
- 19 Union Types
- 20 Literal Types
- 21 Type Aliases
- 22 Function Return Types and Void
- 23 Function Types
- 24 Function Types and Callbacks
- 25 The Unknown Type
- 26 The Never Type
- 27 Wrap Up
- 28 Module Introduction
- 29 Watch Node
- 30 Compiling the Entire Project
- 31 Include and Exclude Files
- 32 Setting a Compilation Target
- 33 Understanding TypeScript Libs
- 34 More Options
- 35 Source Maps
- 36 Rootdir and Outdir
- 37 noemit on Error
- 38 Strict Compilation Options
- 39 Code Quality Options
- 40 Debugging with Visual Studio Code
- 41 Wrap Up