Typescripts căn bản

Author: - Posted: 09/08/21 - Update: 01/07/22

1 số cú pháp cần nhớ

Union type | string | number;
Intersection Types &
Optional notation ?
Angle brackets: <>
Nullish coalescing operator: ??
Generic type
Decorators: @

Cài đặt

npm i -g typescript
npx tsc --init