Commit Graph
1094 Commits
Author SHA1 Message Date
zhangbaoandGitHub 1ed4d66278 docs(destructuring): fix typo 2018-01-02 15:12:39 +08:00
zhangbaoandGitHub edc4ff260c doc(destructuring): 英文单词与中文之间空一格 2018-01-02 15:03:01 +08:00
zhangbaoandGitHub 686fb84a32 docs(module): 修改句式
较为清楚地表达意思。
2018-01-01 21:56:43 +08:00
zhangbaoandGitHub e3f7e972e5 Merge branch 'gh-pages' into gh-pages 2018-01-01 05:15:48 -06:00
zhangbaoandGitHub 73cd2a2f92 docs(destructuring): fix typo
修改了两处:

第一处:去掉假设词“如果”;明确`null`是个有效的赋值,它导致了默认值`3`失效。

第二处:参考章节字样使用圆括号括起来了。
2018-01-01 18:37:57 +08:00
zhangbaoandGitHub 083c99e838 docs(destructuring): 补全报错信息
这样直接看代码的话,更能直观了解到要先声明 y 才能使用它,而不是在声明 y 前就使用它。
2018-01-01 18:23:16 +08:00
zhangbaoandGitHub 95caa944a3 docs(destructuring): 修改句式
将否定句改为肯定句,更能快速理解。
2018-01-01 18:13:54 +08:00
ruanyf 0051af0528 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-12-29 15:55:45 +08:00
ruanyf 1ff6639dfa docs(regex): edit y flag 2017-12-29 15:55:22 +08:00
Ruan YiFengandGitHub faefd427a0 Merge pull request #569 from baooab/patch-3
Fix typo
2017-12-26 20:54:03 -06:00
Ruan YiFengandGitHub 7b728a4f31 Merge pull request #568 from baooab/patch-2
Fix:统一例子中的代码风格
2017-12-26 20:50:43 -06:00
zhangbaoandGitHub 6b647bd7d7 Fix typo 2017-12-26 11:11:47 +08:00
zhangbaoandGitHub 311cfaa50d Fix:统一例子中的代码风格
更能清晰地分辨出是对象字面量声明中的方法简写
2017-12-26 10:55:39 +08:00
zhangbaoandGitHub 5bda2fdb53 docs:Fix typo
The type of `value` is number, not string.
2017-12-26 09:03:51 +08:00
ruanyf 488983f6d4 docs(symbol): edit symbol.species #566 2017-12-21 19:17:27 +08:00
ruanyf 649b29779a docs(symbol): edit symbol.species #506 2017-12-21 19:16:44 +08:00
Open NextandGitHub 0213ffc1ab docs(style): modify the bold format of -(3)yield
remove needless space char in **(3)yield* **
2017-12-13 15:33:14 +08:00
ruanyf 465b82597a docs(module-loader): fix typo 2017-12-11 05:04:01 +08:00
ruanyf 41efa95b18 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-12-07 10:26:25 +08:00
ruanyf 22c3b931dc docs(proxy): edit set() 2017-12-07 10:26:10 +08:00
isLishudeandGitHub 48ccd23c17 增加ES5中reduce方法对数组空位的处理
```js
[1,,2].reduce((x,y)=>{
  console.log(x,y)
  return x+y
})
// 输出
// 1 2
// 3
```
2017-12-06 09:32:15 +08:00
ruanyf 7740f5d075 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-12-05 21:42:36 +08:00
ruanyf 075c27b54d docs(decorator): edit method decorator 2017-12-05 21:42:30 +08:00
Jing MaandGitHub 3f28d7b06e Updated example and explanation of Symbol.species 2017-11-24 16:17:31 +08:00
ruanyf d808c68ce0 docs(generator): add generator context 2017-11-24 14:44:51 +08:00
ruanyf 1357a8e345 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-11-23 17:01:23 +08:00
ruanyf bfa394a2d7 docs(style): fix typo 2017-11-23 16:59:21 +08:00
Jing MaandGitHub 7dd83344b6 Updated result of examples 2017-11-22 11:50:53 +08:00
ruanyf b424224cb7 docs(set): edit set 2017-11-21 13:38:59 +08:00
ruanyf 3a79a8d329 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-11-21 13:33:46 +08:00
ruanyf dad929d01e docs(decorator): edit decorator/publishEvent 2017-11-21 13:33:34 +08:00
Jing MaandGitHub 5bfd96bd87 Fixed minor typo 2017-11-15 11:05:48 +08:00
Ika e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
ruanyf eeba1984a8 docs(module-loader): ES6 循环加载 #542 2017-11-12 11:52:12 +08:00
ruanyf 6d2fc73616 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-11-11 20:40:19 +08:00
ruanyf ece1bb9dfa docs(module-loader): 有虎 async 和 defer 属性的解释 #542 2017-11-11 20:39:50 +08:00
Jing MaandGitHub 9b67b9bf8c Fixed minor typo and provider preciser translation 2017-11-10 19:04:11 +08:00
Ruan YiFengandGitHub 5adf73bbcf Merge pull request #540 from waitingsong/promise
Promise
2017-11-09 08:56:00 +08:00
ruanyf 535dd1ff98 docs(class-extends): edit class-extends 2017-11-09 08:47:27 +08:00
waiting 5c40c2be8d Format style 2017-11-08 19:19:40 +08:00
waiting 08a623935e Use function assign instead of function declaration inner function
在函数内定义函数推荐使用变量赋值方式代替函数声明方式
2017-11-08 17:41:35 +08:00
waiting 6b300cf491 Use const instead of var 2017-11-08 17:38:17 +08:00
ruanyf 91f2a50e25 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-11-08 09:43:02 +08:00
ruanyf 530982b3ae docs(proxy): fix typo 2017-11-08 09:38:07 +08:00
Ruan YiFengandGitHub 9276083cf7 Merge pull request #538 from zwdsjl/patch-1
Update string.md
2017-11-05 10:43:20 +08:00
ruanyf bbc173988b docs(proxy): edit proxy 2017-11-05 09:25:58 +08:00
zwdsjlandGitHub 44c6a81168 Update string.md 2017-11-04 14:18:35 +08:00
ruanyf 2ac6e76b38 docs(weakmap): 修正 weakMap 的例子 #536 2017-11-03 08:18:18 +08:00
ruanyf e845e10525 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-11-01 16:27:06 +08:00
ruanyf ce5de76c40 docs(object): edit object'clone 2017-11-01 16:26:36 +08:00