This series is a personal review of Typescript’s extensions to Javascript. This series does not pursue big and complete, hope small and beautiful, for reference and sharing, so the name “small manual”, hope to help you.

Prerequisites for reading this series:

  1. Javscript
  2. NodeJs and NPM
  3. Object-oriented programming

We recommend using VSCode for Typescript because it has excellent support for Typescript, including syntax correction, type determination, and fragment hints.

Typescript continues to evolve, and this series covers the current (2021.03) official recommendations (syntax and usage).

The main reference for this series is the Typescript official website.


directory

  1. Based on using
  2. The configuration file
  3. Basic types of
  4. The compound type
  5. High-level types
  6. Type of operation
  7. Type is compatible
  8. Module system