TypeScript
BrandonDusch580 total contributions
Contribute to Docs
TypeScript is a typed superset of JavaScript that combines the flexibility and general syntax of JavaScript with a type checker and syntax. It’s one of the fastest-growing and most popular languages on the web today.
Code written in TypeScript compiles to regular JavaScript. Anything you write in TypeScript can be run wherever it could be in JavaScript: web browsers, Node servers, and more.
TypeScript Concepts
- About TypeScript
- Arrays
- Assignability
- Classes
- Functions
- Generics
- Interfaces
- Narrowing
- Primitives
- Promises
- Tuples
- Type Aliases
- Type Annotations
- Unions
- Variables
TypeScript contributors
Looking to contribute?
- Learn more about how to get involved.
- Submit feedback to let us know how we can improve Docs.