- Learning TypeScript 2.x
- Remo H. Jansen
- 50字
- 2025-04-04 17:02:04
Types
As we have already learned, TypeScript is a typed superset of JavaScript. TypeScript added a static type system and optional static type annotations to JavaScript to transform it into a strongly-typed programming language.
TypeScript's type analysis occurs entirely at compile time and adds no runtime overhead to program execution.