1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

1819 Commits

Author SHA1 Message Date
ruanyf
4ebdc52dfb refact: add banner 2019-10-13 22:30:14 +08:00
ruanyf
00f624e137 feat: add banner 2019-10-13 22:23:44 +08:00
ruanyf
e2d3b00559 Merge branch 'gh-pages' into banner 2019-10-12 17:18:48 +08:00
Ruan YiFeng
8d2e0e7781
Merge pull request #917 from igwhaler/patch-1
`Promise.all()`跟`Promise.race()`方法很像
2019-10-10 15:18:26 +08:00
大鱼你个锅锅
7a028069c9
Update promise.md 2019-10-10 11:45:05 +08:00
ruanyf
eebbf77f99 docs(proposals): edit BigInt 2019-10-06 22:58:18 +08:00
ruanyf
99b39cc230 docs(Promise): edit Promise 2019-10-06 20:11:13 +08:00
ruanyf
647f1221a7 docs(array): Array.prototype.sore 的排序稳定性 2019-10-06 09:48:19 +08:00
ruanyf
0e7b53f00f docs(string-methods): fix #913 2019-09-20 22:37:47 +08:00
ruanyf
561b30426e docs(string-methods): fix #913 2019-09-20 22:35:01 +08:00
ruanyf
22665e7efc docs(generator): fix #910 2019-09-20 22:12:44 +08:00
ruanyf
95352fdf11 docs(proposals): edit Nullish coalescing 2019-09-18 17:55:23 +08:00
ruanyf
8372288661 docs(regex): edit u flag 2019-09-18 01:47:26 +08:00
Ruan YiFeng
bcc1d3c901
Merge pull request #908 from LongTengDao-fork-B/gh-pages
增加正则u模式下更严格的转义限制的说明
2019-09-18 01:42:18 +08:00
龙腾道
fa183748b3
Update regex.md 2019-09-14 22:34:42 +08:00
ruanyf
10338972d5 docs(class): fix #906 2019-09-14 17:37:20 +08:00
Ruan YiFeng
93f9d7cc0c
Merge pull request #905 from Veminem/gh-pages
更新 'WeaKSet' 名词拼写
2019-09-12 16:35:33 +08:00
Vincent Hy
6128c2eec3 更新 'WeaKSet' 名词拼写 2019-09-11 14:02:19 +08:00
Ruan YiFeng
6efba60c38
Merge pull request #904 from lc-soft/patch-1
docs(proxy): add spaces around the operator
2019-09-10 12:12:48 +08:00
ruanyf
3baba14fbe docs(object): edit 简洁表示法 2019-09-07 13:19:15 +08:00
ruanyf
e87aba7bd9 feat: add banner 2019-09-07 11:39:10 +08:00
Liu
176fe9dcd6
docs(proxy): add spaces around the operator 2019-09-06 18:11:51 +08:00
Ruan YiFeng
8870871023
Merge pull request #902 from cyanxxx/gh-pages
改正语序
2019-09-05 18:40:05 +08:00
cyan
6040c3557a 改正语序 2019-09-05 17:30:15 +08:00
Ruan YiFeng
583edc3608
Merge pull request #899 from LongTengDao-fork-C/gh-pages
改进措辞
2019-08-27 19:19:07 +08:00
Ruan YiFeng
32bf97985d
Merge pull request #898 from LongTengDao-fork-B/gh-pages
改正错别字
2019-08-27 19:17:42 +08:00
ruanyf
26220ed097 docs(proposals): add import.meta 2019-08-26 19:53:21 +08:00
龙腾道
6e1e8d933c
改进措辞 2019-08-26 05:23:50 +08:00
龙腾道
b7e5848a48
改正错别字 2019-08-26 05:19:00 +08:00
ruanyf
a9217ff93e docs(proposals): add Realm API 2019-08-23 13:29:37 +08:00
ruanyf
3eb580097f docs(function): edit tail call 2019-08-19 12:43:12 +08:00
Ruan YiFeng
291f0e6198
Merge pull request #892 from wang1433256766/patch-1
Update promise.md
2019-08-02 16:41:57 +08:00
wangsir
8b126e5d76
Update promise.md
Promise.prototype.then(),当then中的回调函数返回一个Promise对象时,后面的then中的回调函数不应该写上funcA、funcB这样的方法名,会让人误以为是函数定义,并未调用,造成阅读困难!
2019-08-02 14:20:13 +08:00
ruanyf
4bb8b170e6 docs(function): add ES2019 proposals 2019-07-30 18:52:33 +08:00
ruanyf
ac5a037098 docs(proposal): add Null 判断运算符 2019-07-30 17:52:53 +08:00
ruanyf
2f1c2717bf docs(proposal): edit optional chaining 2019-07-30 00:23:37 +08:00
ruanyf
f828a2c6b4 docs(map): fixed #887 2019-07-25 23:05:21 +08:00
ruanyf
859f740c95 docs(decorator): replace 修饰 to 装饰 2019-07-22 12:21:57 +08:00
ruanyf
b89747b02a docs(decorator): edit decorator 2019-07-21 04:37:26 +08:00
Ruan YiFeng
0eb22fcb39
Merge pull request #885 from LongTengDao-fork-a/gh-pages
将块级作用域的取代范围重新限定回匿名 IIFE
2019-07-20 21:19:06 +08:00
龙腾道
c82936863b
将块级作用域的取代范围重新限定回匿名 IIFE
具名 IIFE 可能用于临时递归,块级作用域取代不了。
上次网友修改对于概念表述是更严谨了,但这里的关注点并不是 IIFE 本身,而是块级作用域。
所以这次尝试修改成不犯概念错误的情况下,回归教程章节本意。
2019-07-20 15:28:33 +08:00
Ruan YiFeng
43776058e1
Merge pull request #881 from AmyFoxFN/patch-1
fix: typing error
2019-07-12 15:36:47 +08:00
Amy
ae011d17ae
fix: typing error 2019-07-11 16:25:49 +08:00
Ruan YiFeng
40256f2f5c
Merge pull request #877 from AnHongpeng/patch-2
Update set-map.md
2019-07-02 18:58:36 +08:00
AnHongpeng
e1552ad457
Update set-map.md
统一 Set、WeakSet、Map 实例属性和方法描述,使用 xxx.prototype.xxx 表示。
2019-07-02 14:37:25 +08:00
Ruan YiFeng
fc60cfd54c
Merge pull request #876 from AnHongpeng/patch-1
Update set-map.md
2019-07-02 14:17:45 +08:00
AnHongpeng
0cd5d54883
Update set-map.md
这里补充了前提条件以消除阅读时的歧义,读起来也更加通畅了 ^_^
2019-07-02 10:34:39 +08:00
ruanyf
e6a36b4398 docs(style): fix arrow function 2019-07-01 13:53:09 +08:00
Ruan YiFeng
0a59ce84dd
Merge pull request #875 from bigbird231/gh-pages
【编程风格】用词修改
2019-07-01 13:51:27 +08:00
bigbird231
61d8735cc5
Update style.md 2019-07-01 09:29:15 +08:00