- Mastering TypeScript 3
- Nathan Rozentals
- 45字
- 2021-07-02 12:42:35
The benefits of TypeScript
To give you a flavor of the benefits of TypeScript, let's take a very quick look at some of the things that TypeScript brings to the table:
- Compilation
- Strong typing
- Type definitions for popular JavaScript libraries
- Encapsulation
- Public and private accessors