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

1611 Commits

Author SHA1 Message Date
ruanyf
f0aa112f97 docs(module-loader): add jQuery example 2019-11-20 17:37:59 +08:00
ruanyf
37c199d560 docs(proposal): edit BigInt 2019-11-14 14:30:22 +08:00
ruanyf
7145158b2a docs(Symbol): edit 属性名的遍历 2019-11-08 10:53:57 +08:00
ruanyf
3484625f67 docs(symbol): edit Symbol.for() 2019-10-31 01:28:52 +08:00
小懒豆
dff5c20de7
fix:Add description
fix:Add description
2019-10-29 14:35:24 +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
龙腾道
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
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
Liu
176fe9dcd6
docs(proxy): add spaces around the operator 2019-09-06 18:11:51 +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
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
龙腾道
c82936863b
将块级作用域的取代范围重新限定回匿名 IIFE
具名 IIFE 可能用于临时递归,块级作用域取代不了。
上次网友修改对于概念表述是更严谨了,但这里的关注点并不是 IIFE 本身,而是块级作用域。
所以这次尝试修改成不犯概念错误的情况下,回归教程章节本意。
2019-07-20 15:28:33 +08:00
Amy
ae011d17ae
fix: typing error 2019-07-11 16:25:49 +08:00
AnHongpeng
e1552ad457
Update set-map.md
统一 Set、WeakSet、Map 实例属性和方法描述,使用 xxx.prototype.xxx 表示。
2019-07-02 14:37:25 +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
bigbird231
61d8735cc5
Update style.md 2019-07-01 09:29:15 +08:00
ruanyf
95d62ea56c docs(string-methods): refact String.raw() 2019-06-17 15:28:34 +08:00
Pan
e7000d6368 docs(async): refine sleep 2019-06-12 00:19:46 +08:00
ruanyf
50ec743b29 docs(async): edit slepp() 2019-06-11 14:03:19 +08:00
ruanyf
db8b9171ae docs(async): add slepp() 2019-06-11 11:13:11 +08:00
ruanyf
b08e47e674 docs(array): fixed #868 2019-06-09 23:06:55 +08:00
ruanyf
c00389ae77 docs(async): add top-level await 2019-06-08 14:50:08 +08:00
ruanyf
98e3bcb2df docs: edit async-iterator 2019-06-08 13:05:53 +08:00
ruanyf
6545088030 docs: 异步遍历器独立成一章 2019-06-08 02:20:08 +08:00
maguowei
77e862e6e3 docs(reflect): 🎨fix format 2019-05-30 10:08:33 +08:00