https://github.com/wangxiaoyugg/typescript-basic-demo
typescript basic demo
https://github.com/wangxiaoyugg/typescript-basic-demo
Last synced: 3 months ago
JSON representation
typescript basic demo
- Host: GitHub
- URL: https://github.com/wangxiaoyugg/typescript-basic-demo
- Owner: WangXiaoyugg
- Created: 2020-10-24T02:56:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T02:57:04.000Z (over 4 years ago)
- Last Synced: 2025-01-27T16:48:16.937Z (4 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# typescript的基础
1. typescript 是什么?
2. 为什么学typescript?
3. 安装typescript
4. 基础类型
5. 数组和元组
6. 接口
7. 类
8. 枚举
9. 泛型
10. 类型声明文件
11. 类型别名,字符串类型,交叉类型,联合类型
12. 类型推论和类型断言
13. 内置类型