Completed
TypeScript with Hello Js
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Why You Should Love TypeScript - A Practical Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About me
- 3 About my company
- 4 The most important question
- 5 Why Java developers hate TypeScript
- 6 Why Java developers hate jQuery
- 7 The rise of frameworks
- 8 Learning new technologies
- 9 Framework syndrome
- 10 How to make Java developers hate JavaScript
- 11 Why TypeScript
- 12 What is TypeScript
- 13 Transpiling
- 14 Why use TypeScript
- 15 TypeScript with plain JavaScript
- 16 TypeScript with Hello Js
- 17 TypeScript with No Check
- 18 Basic Types
- 19 Special Types
- 20 enum
- 21 Abstract Classes
- 22 Function Overloading
- 23 Generics
- 24 decorators
- 25 mixing
- 26 type inference
- 27 literal types
- 28 intersection and union types
- 29 map types
- 30 type aliases