
TypeScript is JavaScript with added syntax for types.
What is TypeScript?
TypeScript is a syntactic superset of JavaScript which adds static typing.
This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types.
TypeScript being a “Syntactic Superset” means that it shares the same base syntax as JavaScript, but adds something to it.
Curriculum
- 2 Sections
- 20 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- TypeScript IntroductionypeScript is JavaScript with added syntax for types. TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types18
- 1.1Introduction
- 1.2TypeScript Getting Started
- 1.3TypeScript Simple Types
- 1.4TypeScript Special Types
- 1.5TypeScript Arrays
- 1.6TypeScript Tuples
- 1.7TypeScript Object Types
- 1.8TypeScript Enums
- 1.9TypeScript Type Aliases and Interfaces
- 1.10TypeScript Union Types
- 1.11TypeScript Functions
- 1.12TypeScript Casting
- 1.13TypeScript Classes
- 1.14TypeScript Basic Generics
- 1.15TypeScript Utility Types
- 1.16TypeScript Keyof
- 1.17TypeScript Null & Undefined
- 1.18TypeScript Definitely Typed
- TypeScript Exercises2
Instructors
No student enrolled.