File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ JavaScript速查表
8
8
9
9
10
10
## 目录
11
-
12
- - [ 基础知识] ( #基础知识 )
11
+ - [ 基础知识] ( #基础知识 )
13
12
- [ 类型] ( #类型 )
14
13
- [ 引用] ( #引用 )
15
14
- [ 对象] ( #对象 )
@@ -34,7 +33,7 @@ JavaScript速查表
34
33
- [ 比较运算符与相等] ( #比较运算符与相等 )
35
34
- [ 事件] ( #事件 )
36
35
- [ 类型转换与强制转换] ( #类型转换与强制转换 )
37
-
36
+ - [ 推荐资源 ] ( #推荐资源 )
38
37
39
38
40
39
@@ -1255,3 +1254,14 @@ const val = parseInt(inputValue, 10);
1255
1254
2147483648 >> 0 //=> -2147483648
1256
1255
2147483649 >> 0 //=> -2147483647
1257
1256
```
1257
+
1258
+ ## 推荐资源
1259
+ - 网站:
1260
+ - [MDN](https://developer.mozilla.org/zh-CN/docs/Web/): 不管你是仅仅开始入门、学过一点基础或者是个网站开发老手,你都能在这里找到有用的资源。
1261
+ - [JS周刊](https://javascriptweekly.com/) : 你可以在这里,接收到JS社区里最新的动态,其他开发者编写的优秀工具,阅读优秀的文章。
1262
+ - [印记中文](https://docschina.org/) : JS及其前端领域的文档集合。
1263
+
1264
+ - 书籍(为了尊重作者的版权,下列书籍仅开源书籍提供链接):
1265
+ - JavaScript权威指南(原书第7版)
1266
+ - [你不知道的JS](https://github.com/getify/You-Dont-Know-JS)
1267
+ - [Eloquent JavaScript](https://eloquentjavascript.net/)
You can’t perform that action at this time.
0 commit comments