Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 279 Bytes

Typescript.md

File metadata and controls

13 lines (10 loc) · 279 Bytes

Typescript: A superset of JS, strong/static typing with added OOP features unlike JS. Compile time error catching and has more additional great tooling intelicense.

  • Annotations
  • Arrow functions
  • Interfaces
  • Classes
  • Constructors
  • Access modifiers
  • Properties
  • Modules