docs: 排版

pull/40/head
KieSun 2021-09-13 19:50:10 +08:00
parent 23c73fe2ac
commit c9a7d881bf
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增
类型转换算是 JS 中情况繁杂且容易出错,但是开发中还经常会遇到的知识点。强行全部记忆容易遗忘,推荐记忆及练习开发中的常见情况。
- [ ] 文档
- [ ] [双等判断](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality)
- [ ] [双等判断](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality)
- [ ] 推荐文章
- [ ] [You Don't Know JS 书中关于类型转换的一章节](https://github.com/weiqinl/You-Dont-Know-JS-CN/blob/master/types%20%26%20grammar/ch4.md)