title | tags | public | date | ||
---|---|---|---|---|---|
TypeScript |
|
true |
2020-12-27 |
TypeScript is a superset of JavaScript that provides you to write JavaScript code with static typing (optionally).
Interesting projects:
- number
- example: 0, 1, 2.5
- string
- example: "str1", 'str2', `str3`
- boolean
- example: true, false