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

845 Commits

Author SHA1 Message Date
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
刘健超
b8959b2e6d Update object.md
错别字:“预算”->“运算”
2017-03-28 19:34:01 +08:00
Arvin.He
0fb4fcd941 Update number.md
"而这两个新方法只对数值有效,非数值一律返回false。" ,这句话对我来说有误导倾向.并非抠字眼,遇到了就顺便提出了.
2017-03-28 11:38:31 +08:00
ruanyf
3619d2121c docs(proxy): edit proxy 2017-03-27 12:45:33 +08:00
ruanyf
5a34395c74 docs(intro): edit intro/babel 2017-03-27 07:09:55 +08:00
Willin Wang
2c4d545dcc 更新 async
这里不需要 `async` 去掉更容易理解其原理。
2017-03-23 11:31:50 +08:00
duzeng
f56ab65469 docs(promise): edit promise.md
就算改变已经发生了,你再对`Promise`对象添加回调函数--------->如果改变已经发生了,就算你再对`Promise`对象添加回调函数
貌似这样更能表达原意。
2017-03-18 00:23:12 +08:00
JeremyFan
e4c267e217 typo fix 2017-03-16 15:00:49 +08:00
ruanyf
5ad3802d84 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-03-16 14:52:49 +08:00
ruanyf
cc2e6cac36 docs(promise): edit promise 2017-03-16 14:50:54 +08:00
Longfei Wu
d56b6eadf9 fix typo: proxy instead of handler
when handler is empty, proxy (instead of handler) should be equal to target
2017-03-14 19:02:52 +08:00
ruanyf
9ecf067ddf Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-03-14 13:48:18 +08:00
ruanyf
012826a478 docs(string): edit string 2017-03-14 13:48:00 +08:00
sikaco
57fe8c62fc 修改let.md中不够具体的文字表述,修改示例代码使其更精确 2017-03-08 19:15:21 +08:00
ruanyf
05b41ce255 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-03-06 17:25:55 +08:00
ruanyf
d0baadb677 docs(let): edit block scope 2017-03-06 17:25:07 +08:00
AnHongpeng
a671890001 fix: 删除多余的一层else 2017-03-04 23:15:00 +08:00
ruanyf
1a4f622d92 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-03-04 11:05:18 +08:00
ruanyf
fee336618b docs(object): edit Object.setPrototypeOf & Object.getPrototypeOf 2017-03-04 11:04:48 +08:00
prettykernel
3136117acc typo fix 2017-02-28 20:27:36 +08:00
ruanyf
4d06e3681d docs(object): add object.assign 2017-02-28 17:45:38 +08:00
ruanyf
6496d019b7 docs(object): add object.assign 2017-02-28 17:42:14 +08:00
ruanyf
b96a3fd1d9 docs(object): add object.assign 2017-02-28 17:39:26 +08:00
ruanyf
feaca88fc0 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-02-26 23:15:34 +08:00