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
323e9620a7 docs(set): fix #991 2020-05-31 20:17:06 +08:00
Ruan YiFeng
18e372d162
Merge pull request #982 from chenweitech/patch-1
docs:完善Reflect.ownkeys()方法的描述
2020-05-14 11:50:13 +08:00
ruanyf
6f59bc38e1 docs(proxy): edit defineProperty 2020-05-13 13:35:10 +08:00
Ricardo Chan
2f908a58ba
完善Reflect.ownkeys()方法的描述
```
Reflect.ownKeys(target)
Returns an array of the target object's own (not inherited) property keys.
```
Refrence: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
2020-05-08 15:20:46 +08:00
suzhongping
e11dc14db1
Update module.md
lowercase "readfile"
2020-04-24 14:04:25 +08:00
Ruan YiFeng
38963f7dfb
Merge pull request #971 from waitingsong/shell-exec
fix(proposals): shell exec style
2020-04-09 14:22:58 +08:00
ruanyf
7076dd5e4c docs(math): fix #973 2020-04-09 14:15:26 +08:00
waiting
1474f82f17
fix(proposals): shell exec style
Executing file directly must start with (absolute/relative) path under Linux
2020-04-07 10:27:28 +08:00
ruanyf
ac50325b6e docs: edit Promise 2020-04-07 01:22:55 +08:00
ruanyf
0849a77220 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2020-04-03 20:46:18 +08:00
ruanyf
03c9e345a7 docs(module): update es2020 2020-04-03 20:45:39 +08:00
zhangbao
73320217c2
统一“抽象操作的运行流程”的描述
修改了两处:

1)步骤描述

`ReturnIfAbrupt(result)`  应该描述为:

> 1. If result is an abrupt completion, return result.
> 2. Set result to result.[[Value]]

而非

> 1. If resultCompletionRecord is an abrupt completion, return resultCompletionRecord.
> 2. Let result be resultCompletionRecord.[[Value]].

改写之后,方便简写前后的对照,而不至于对不上号。

另外,第一步也修改为:Let result be AbstractOp()

“Set result to result.[[Value]]”的写法参考了这里的:https://v8.dev/blog/understanding-ecmascript-part-1#completion-records

2) 简化了步骤之后的文字描述
2020-03-31 10:43:21 +08:00
ruanyf
8b4db430af docs: edit object-methods 2020-03-30 15:02:12 +08:00
linmii
31ab7b10d2
去除多余文字
去除多余文字
2020-03-24 09:28:01 +08:00
ruanyf
cd0310c978 docs(object): 修改扩展运算符自动执行取值函数 get 的例子 2020-03-23 20:19:08 +08:00
Ruan YiFeng
491f6f04cf
Merge pull request #962 from linmii/patch-1
修复表述错误
2020-03-23 19:59:59 +08:00
ruanyf
f71a2cefea docs(number): fix #965 2020-03-23 19:57:55 +08:00
Kid
2061ad9533
修正 exec() 拼写 2020-03-22 21:00:07 +08:00
linmii
f18bd46755
修复表述错误
修复表述错误
2020-03-22 00:01:09 +08:00
wzx
e69230681e
fix: arraybuffer.md add new 2020-03-18 17:21:22 +08:00
jianjian
0f6569795d
perf: remove unnecessary closure 2020-03-13 18:30:23 +08:00
ruanyf
428a748208 docs(intro): delete Babel API #958 2020-03-10 15:09:17 +08:00
Mookiepiece
6069e3f7e1 使用core-js替代过时的@babel/polyfill 2020-03-07 20:03:45 +08:00
Ruan YiFeng
3405f13070
Merge pull request #955 from AnHongpeng/gh-pages
fix: 使语句更通顺
2020-03-04 18:51:31 +08:00
ruanyf
6800796e35 docs(async): 如何处理数组的异步操作 2020-03-03 23:35:12 +08:00
AnHongpeng
b4ec05645d
fix: 使语句更通顺 2020-02-29 14:52:30 +08:00
Ruan YiFeng
2e1c10776a
Merge pull request #954 from EggOxygen/patch-1
修正一处小地方
2020-02-27 11:43:40 +08:00
ruanyf
57701fcc2e docs(class): fix typo 2020-02-27 11:37:31 +08:00
俩二蛋
296159a4bc
修正一处小地方
强迫症患者看着有点变扭。
2020-02-25 20:27:01 +08:00
ruanyf
717f4e4218 docs: fix #952 2020-02-23 14:13:54 +08:00
ruanyf
412b298605 docs(map): fix #949 2020-02-13 18:23:59 +08:00
ruanyf
0daab0192d docs(regexp): add 正则匹配索引 2020-02-13 15:22:09 +08:00
wzx
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 YiFeng
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
张德帥
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