Completed
Type Inference and Defining Explicit Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
TypeScript: A Broader Look - High-Level Overview and Introduction
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction-Typescript Broader Look
- 2 Prerequisites
- 3 Relation between Javascript and TypeScript
- 4 Challenges in JavaScript
- 5 Benefits of TypeScript: Defining Static Types
- 6 Benefits of TypeScript: Organised Codes
- 7 Benefits of TypeScript: Excellent Tooling Support
- 8 Writing Hello World in TypeScript
- 9 Writing code in TypeScript and Compiling to JavaScript
- 10 Tools required for Development in TypeScript: Node.jsnpm, IDEVisual Studio Code
- 11 TypeScript Project Configurationtsconfig.json file
- 12 Type Inference and Defining Explicit Types
- 13 Defining TypeScript Classes
- 14 Using Modules in TypeScriptexport & import
- 15 What’s next? How to learn TypeScript?