Commit Graph
1429 Commits
Author SHA1 Message Date
wzxandGitHub e1fcd8b61d 字母有误 2020-02-02 15:20:25 +08:00
ruanyf 0cc6602aca docs: fix #947 2020-01-29 19:50:24 +08:00
ruanyf f9e16e462d docs(string): fix #942 2020-01-17 00:52:58 +08:00
ruanyf 0d958f5c62 docs(string): fix #942 2020-01-17 00:50:08 +08:00
ruanyf 942bcc3ee2 docs(proxy): fix #943 2020-01-17 00:45:29 +08:00
ruanyf 653f87a5e7 docs: fix #937 2019-12-27 18:18:38 +08:00
ruanyf e28d4087c5 docs: update es2020 2019-12-25 15:31:47 +08:00
ruanyf 69cae47007 docs: update ES2020 2019-12-25 15:24:51 +08:00
ruanyf 5a465dda71 docs(array): fix #934 2019-12-18 17:08:06 +08:00
Ruan YiFengandGitHub 4bad480d48 Merge pull request #933 from doKill/patch-2
修正参数名
2019-12-16 16:31:52 +08:00
ruanyf ce7bfc95af docs(module-loader): edit 2019-12-16 16:21:17 +08:00
ruanyf a49a10ca48 docs(module-loader): update Node.js' esm support 2019-12-16 16:11:16 +08:00
张德帥andGitHub ad12c153b3 修正参数名
property 改为 property key 防止产生歧义
2019-12-16 15:48:15 +08:00
ruanyf c4f4570f67 docs(object): fix #931 2019-12-07 22:08:20 +08:00
ruanyf add1bb8f82 docs(array): edit sort() 2019-12-07 18:50:55 +08:00
ruanyf 726e37ecde docs(object): edit object 2019-12-07 18:16:49 +08:00
ruanyf f4ce061d56 docs(object): 链判断运算符移入 Object 2019-12-07 17:42:05 +08:00
ruanyf 6918f7abaa docs(object): Null 判断运算符移入 Object 章节 2019-12-07 01:01:06 +08:00
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
小懒豆andGitHub dff5c20de7 fix:Add description
fix:Add description
2019-10-29 14:35:24 +08:00
大鱼你个锅锅andGitHub 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
龙腾道andGitHub 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 YiFengandGitHub 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
LiuandGitHub 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 YiFengandGitHub 583edc3608 Merge pull request #899 from LongTengDao-fork-C/gh-pages
改进措辞
2019-08-27 19:19:07 +08:00
Ruan YiFengandGitHub 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
龙腾道andGitHub 6e1e8d933c 改进措辞 2019-08-26 05:23:50 +08:00
龙腾道andGitHub 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
wangsirandGitHub 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