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

1536 Commits

Author SHA1 Message Date
newbeman
a802e37d78
Update operator.md
参数对象`opts`如果不存在属性`foo`和属性`bar`   
变更为
参数对象`opts`如果不存在属性`foo`和属性`baz`
2021-08-07 17:01:04 +08:00
Mr.Care
1f57596bb1
一处笔误
在字符串 replaceAll()方法中的第二个参数的说明部分,按照笔者的意思`$&` 应当代表匹配的“字符串”,而不是匹配的“子字符串”
2021-07-31 14:38:19 +08:00
ruanyf
4ead6a067f docs(class): fix typo #1065 2021-07-28 01:32:44 +08:00
Ruan YiFeng
12ce67fced
Merge pull request #1064 from ThroughTheNight/patch-1
Update let.md
2021-07-23 00:12:35 +08:00
ruanyf
864c2c09aa docs(proposals): JSON 模块 2021-07-22 17:17:02 +08:00
bieyanghong。
9d51292b69
Update let.md
增加一个解释,方便刚入门的同学理解。
2021-07-22 17:11:21 +08:00
ruanyf
6a972dfdee docs(operator): fix WeakRef typo 2021-07-15 00:12:22 +08:00
王永辉
145e84021d
Update async.md
console.log missing a )
2021-07-14 17:02:26 +08:00
ruanyf
fdac6ccb2e docs: add ES2021 2021-07-10 14:58:15 +08:00
ruanyf
89370afc1c docs(class): 添加 in 运算符 2021-05-24 19:06:00 +08:00
Ruan YiFeng
05031368ba
Merge pull request #1055 from codeudan/fix/this
docs: 修正已知的 this 术语错误
2021-05-19 03:02:15 +08:00
daungui
53cb4d3ef8 docs: 修正已知的 this 术语错误 2021-05-16 00:39:45 +08:00
daungui
d41bf835a1 docs(function): 调整不合适的函数描述 2021-05-16 00:29:50 +08:00
ruanyf
ee1b51ecd1 docs(set-map): edit text 2021-05-12 08:42:53 +08:00
Ruan YiFeng
e6b02106fd
Merge pull request #1052 from codeudan/gh-pages
docs(set-map): 改进 WeakSet 和 WeakMap 文档
2021-05-12 08:31:44 +08:00
ruanyf
71af30def1 docs(function): fixed 箭头函数的this #1050 2021-05-12 01:07:14 +08:00
daungui
85b8174db3 docs(set-map): 改进 WeakSet 和 WeakMap 文档 2021-05-08 22:44:31 +08:00
Ruan YiFeng
0163114de4
Merge pull request #1048 from roc-an/patch-3
fix: 强迫症犯了想去掉多余空格好看一些
2021-04-26 10:14:49 +08:00
ruanyf
59146b4806 docs(proxy): fix set return value #1047 2021-04-26 10:04:13 +08:00
An Hongpeng
fa03d29d64
fix: 强迫症犯了想去掉多余空格好看一些 2021-04-24 23:22:28 +08:00
Ruan YiFeng
95f57f881e
Merge pull request #1044 from roc-an/patch-1
fix: remove 'else'
2021-04-23 18:19:58 +08:00
An Hongpeng
d09058f44e
fix: 为输出补充示例 2021-04-20 20:03:08 +08:00
An Hongpeng
e9fd28bf64
fix: remove 'else' 2021-04-18 21:32:40 +08:00
ruanyf
543678f9dd docs(array): fix #1037 2021-02-11 15:53:32 +08:00
ruanyf
b45161a0f6 docs(proxy): fix #1032 2021-01-22 23:09:50 +08:00
ruanyf
802ee5e9e5 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2021-01-07 00:13:17 +08:00
ruanyf
4309e6aad3 docs(regex): edit regex 2021-01-07 00:12:47 +08:00
童欧巴
1d556be8a7
Update promise.md
这里也需要同步下,阮大。
2020-12-23 00:04:15 +08:00
ruanyf
1c99572bc7 docs(promise): fix #1028 2020-12-22 23:41:42 +08:00
ruanyf
cc2420e644 docs(function): edit arrow function 2020-12-17 15:49:41 +08:00
ruanyf
d04189323a docs(class): edit class intro 2020-12-09 13:10:24 +08:00
ruanyf
bc0ba763f7 docs(async): edit reduce() 2020-11-29 13:04:11 +08:00
ruanyf
201eebe08f docs(async): fixed #1023 2020-11-29 12:23:59 +08:00
ruanyf
584d5d9332 docs(generator): edit style 2020-11-25 07:24:09 +08:00
ruanyf
ff4778487c docs(style): fixed #1020 2020-11-25 06:57:53 +08:00
ruanyf
a326217687 docs(string): fix typo 2020-11-17 22:39:58 +08:00
ruanyf
f8171643cd docs(string-methods): edit replaceAll(), fixed #1018 2020-11-17 22:32:59 +08:00
ruanyf
861dd41fc5 docs(arraybuffer): edit Atomics.load() 2020-11-06 22:36:42 +08:00
ruanyf
04dddb2d7c docs: fix wangdoc-es6 #4 2020-11-01 01:33:11 +08:00
ruanyf
2ed3a6ba3b docs(promise): edit Promise.any() 2020-11-01 00:03:02 +08:00
ruanyf
356b0db1b0 docs(string): add replaceAll() 2020-10-25 12:33:23 +08:00
ruanyf
d1f96feee0 docs(proxy): fix this #1014 2020-10-24 19:30:43 +08:00
ruanyf
8f852c0425 docs(Atomics): Atomics.wake() rename to Atomics.notify() 2020-10-24 13:42:45 +08:00
ruanyf
2e082a3343 docs(module): fix module suffix 2020-10-23 22:20:10 +08:00
ruanyf
4bd4d77151 docs(function/arrow fucntion): edit #150 2020-10-02 18:38:14 +08:00
ruanyf
c2d1792c62 docs(set-map): edit WeakMap 2020-09-23 01:15:20 +08:00
ruanyf
6ff7cb8a2f docs(class): fix private property 2020-09-17 14:18:50 +08:00
ruanyf
746a9188b6 docs(proxy): edit construct() 2020-09-16 09:13:54 +08:00
chua
48e318b12b
Update proxy.md
this问题中添加对handler.construct钩子函数中this的描述
2020-09-15 21:11:55 +08:00
chua
9f1f925fc1
Update proxy.md
添加handler.construct中对于this的描述
2020-09-15 21:02:41 +08:00