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

918 Commits

Author SHA1 Message Date
鱼香茄子
7acf017971 typo fixed 2017-05-25 11:37:24 +08:00
xiangyangLi
bb7ce158b3 缺少括号 2017-05-24 16:00:40 +08:00
P-ppc
2f89b0de2d 修复promise.md符号错误
将全角单引号修正为半角单引号
2017-05-19 17:53:59 +08:00
ruanyf
6cffe77c7c docs(decorator): edit decorator 2017-05-19 16:41:41 +08:00
walkthecat
63fba26932 Update simd.md
上面代码中,`Uint16`的最小值是`0`,`subSaturate`的最小值是`-32678`。一旦运算发生溢出,就返回最小值。
修改为
上面代码中,`Uint16`的最小值是`0`,`Int16`的最小值是`-32678`。一旦运算发生溢出,就返回最小值。
2017-05-17 10:07:02 +08:00
Ruan YiFeng
0a2a378bd2 Merge pull request #406 from jacty/patch-11
typo
2017-05-16 06:57:19 -05:00
Jacty
e01c68988b typo
typo
2017-05-16 13:25:23 +08:00
Jacty
136b9371be typo
typo
2017-05-16 11:25:01 +08:00
Tse-Hsien Chiang
ab97819508 Fix typo
修正錯字:Funciton.prototype -> Function.prototype
2017-05-11 17:10:53 +08:00
ruanyf
035e2921c2 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-04-29 06:33:55 +08:00
ruanyf
be1049f12a docs(generator): edit typo 2017-04-29 06:33:43 +08:00
Ruan YiFeng
cb0a279de3 Merge pull request #391 from jacty/patch-9
typo
2017-04-27 19:57:12 +08:00
Jacty
6867e870bc typo
typo
2017-04-27 02:18:55 +08:00
Jacty
0cc0ce06bb typo
typo
2017-04-27 01:13:38 +08:00
ruanyf
e2867f1956 docs(set): edit weakmap 2017-04-26 23:03:25 +08:00
Ruan YiFeng
66b16e3b4a Merge pull request #388 from amisare/gh-pages
Update promise.md
2017-04-26 11:40:47 +08:00
amisare
3d280b452e Update array.md 2017-04-26 11:01:30 +08:00
lengjing
f72cd63cdd Update generator.md 2017-04-26 10:41:53 +08:00
amisare
7b81350aef Update promise.md 2017-04-26 10:18:58 +08:00
Ruan YiFeng
595ea3f68c Merge pull request #385 from jacty/patch-7
typo
2017-04-26 08:29:59 +08:00
Ruan YiFeng
7b7ab6ff28 Merge pull request #384 from jacty/patch-6
typo
2017-04-26 08:27:03 +08:00
Jacty
34f321ec99 typo
typo
2017-04-25 21:30:00 +08:00
Jacty
fd9f4d6d00 typo
typo
2017-04-25 20:53:21 +08:00
Jacty
e06759e7ef 这里应该是说浅拷贝吧?
这里应该是说浅拷贝吧?前文说过Object.assign()是浅拷贝呀~
2017-04-25 20:51:59 +08:00
ruanyf
9c6c5b8d73 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-04-22 23:40:33 +08:00
ruanyf
4eb879872c docs(reflect): edit reflect 2017-04-22 23:28:32 +08:00
Jacty
fcdea67264 typo
typo
2017-04-22 02:32:49 +08:00
ruanyf
b2182920bb docs(symbol): edit symbol 2017-04-21 13:58:23 +08:00
ruanyf
15b962627e docs(object): edit object 2017-04-19 20:16:24 +08:00
ruanyf
e1bfba24ed docs(set): edit weakMap & weakSet 2017-04-17 12:56:24 +08:00
ruanyf
ca2a2fc8b3 docs(function): edit function 2017-04-14 13:25:58 +08:00
Ruan YiFeng
658ad650e9 Merge pull request #376 from longhuicode/patch-3
语义不清晰
2017-04-14 13:03:42 +08:00
Max
c582198e7a 语义不清晰
1. 语义不清晰。
2. 引入 Python 作为比较,对于不了解 Python 的读者并无意义。
2017-04-13 22:09:46 +08:00
Max
b330d721ac bar()输出表述有误
bar() 输出表述有误, outer 应该在 bar() 运行时输出!
2017-04-13 21:36:16 +08:00
Ruan YiFeng
ed9c9c1327 Merge pull request #373 from jacty/patch-3
typo mistake
2017-04-13 18:27:09 +08:00
ruanyf
c17b484d0e docs(set): edit map 2017-04-13 17:23:37 +08:00
Jacty
3aed4ae0fb typo mistake
typo mistake
2017-04-13 02:58:57 +08:00
Max
5a7e690e5f 修正querySelectorAll返回的NodeList集合不能使用forEach方法遍历的描述
修正querySelectorAll返回的NodeList集合不能使用forEach方法遍历的描述.
1.在chrome中querySelectorAll返回的NodeList集合可以使用forEach方法遍历
2.document.querySelectorAll('td').forEach(function (p) {
  console.log(p instanceof Object);
});
输出:
6 true
undefined
2017-04-12 13:14:13 +08:00
沐霖
0fbc3306be 更正输出内容顺序
Generator函数的`next`方法输出的内容顺序一般是`value`在前,`done`在后。
2017-04-11 13:07:06 +08:00
Jacty
6975897049 type mistake
type mistake
2017-04-10 01:49:05 +08:00
ruanyf
60657db152 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-04-06 17:45:19 +08:00
ruanyf
ea23aa7291 docs(generator): edit generator-async 2017-04-06 17:45:05 +08:00
请叫我王磊同学(Wanglei)
87c0669a0b update generator-async.md
‘next法返回值的value属性’改为‘next返回值的value属性’
2017-04-01 17:17:44 +08:00
ruanyf
f29bae250d Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-03-29 14:54:32 +08:00
ruanyf
7e2b0c709f docs(number): edit number 2017-03-29 14:53:21 +08:00
Toxichl
cd360410cf The position of the asterisk is incorrect
Combined with the previous content: 
```
由于Generator函数仍然是普通函数,所以一般的写法是上面的第三种,即星号紧跟在`function`关键字后面。**本书也采用这种写法**。
```
so, the position of the asterisk is incorrect ...
2017-03-29 14:46:42 +08:00
Ruan YiFeng
0c20540bdb Merge pull request #359 from JChehe/patch-1
Update object.md——错别字:“预算”->“运算”
2017-03-29 14:09:33 +08:00
ruanyf
ccefd899e5 docs(reflect): edit Reflect.apply 2017-03-29 13:41:41 +08:00
ruanyf
e3cf5bd225 docs(class): edit class/super 2017-03-28 20:22:04 +08:00
ruanyf
d51beedbd6 docs: edit number.isFinite 2017-03-28 19:46:30 +08:00