mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-13 10:28:14 +08:00
feat: 数据类型
This commit is contained in:
parent
82857d0d5e
commit
1b47e02648
16
README.md
16
README.md
@ -34,9 +34,25 @@
|
||||
|
||||
接下来的内容笔者会按照优先级高低来排布学习路径的目录,大家只需从上到下顺序学习即可。
|
||||
|
||||
> 为了保证大家学到的知识是正确的,下文中的文档资料笔者都使用了英文版本。因为在审核资料的过程中笔者发现不少中文文档都存在翻译错误或者过时的情况。
|
||||
|
||||
### 前端核心知识点
|
||||
|
||||
前端核心知识点分为三块,分别为 HTML、CSS、JS,其中最重要的当然是 JS 了。
|
||||
|
||||
如果你还是一位初学者,推荐先自行完整阅读一至二本书后再按照该计划学习。关于书籍笔者推荐以下两本:
|
||||
|
||||
- [JavaScript高级程序设计(第4版)](https://book.douban.com/subject/35175321/)
|
||||
- [JavaScript忍者秘籍(第2版)](https://book.douban.com/subject/30143702/)
|
||||
|
||||
### JS
|
||||
|
||||
#### 数据类型
|
||||
|
||||
JS 数据类型分为两大类及八种数据类型。
|
||||
|
||||
- [ ] 文档:
|
||||
- [ ] [JavaScript 数据类型和数据结构](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures)
|
||||
|
||||
## 十五万字面试资料
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user