ruanyf
|
8b9202cd6c
|
docs(symbol): add an example of Singleton
|
2016-07-21 21:41:19 +08:00 |
|
ruanyf
|
717ddb15dc
|
docs(set): fix example
|
2016-07-21 09:29:36 +08:00 |
|
ruanyf
|
f7f80e5472
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-19 10:15:23 +08:00 |
|
ruanyf
|
4c8c37c863
|
docs(module): edit SystemJS
|
2016-07-19 09:35:20 +08:00 |
|
Yan Zhang
|
371f467baa
|
Update string.md
|
2016-07-17 10:44:00 +08:00 |
|
ruanyf
|
4fb1525a36
|
docs(function): edit tail optimization
|
2016-07-15 20:36:23 +08:00 |
|
Ruan YiFeng
|
dff4d65aba
|
Merge pull request #232 from shiasn/gh-pages
fix: function Fibonacci2 bug
|
2016-07-14 22:44:31 +08:00 |
|
ruanyf
|
fdf489eafb
|
docs(class): edit extends
|
2016-07-14 21:27:34 +08:00 |
|
十三
|
a33b928158
|
fix: function Fibonacci2 bug
|
2016-07-14 16:45:49 +08:00 |
|
ruanyf
|
baabc6fc2c
|
docs(generator): edit generator
|
2016-07-14 15:01:16 +08:00 |
|
ruanyf
|
7d96eb0e85
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-14 14:59:09 +08:00 |
|
ruanyf
|
e657a675e8
|
docs(generator): edit generator
|
2016-07-14 14:59:02 +08:00 |
|
Ruan YiFeng
|
2c4aab774e
|
Merge pull request #231 from buluslidlink/gh-pages
Update generator.md
|
2016-07-14 14:58:09 +08:00 |
|
李海龙
|
0490d0b32f
|
Update generator.md
阮大神,近日在阅读ES6这本书的时候,发现Generator中关于yield*和for...of的关系描述的不是特别准确,因此加上了几句话,读者读起来的时候会更清晰些。
|
2016-07-14 12:47:26 +08:00 |
|
xcatliu
|
0ad6b4eb80
|
Update class.md
|
2016-07-12 17:06:22 +08:00 |
|
ruanyf
|
ec830dec9e
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-12 08:56:21 +08:00 |
|
ruanyf
|
18b98ed3d2
|
docs(destructuring): edit object destructuring
|
2016-07-12 08:56:00 +08:00 |
|
SudoKillMe
|
262dd03113
|
Update generator.md
|
2016-07-11 12:56:59 +08:00 |
|
ruanyf
|
c73b7b6f69
|
docs(intro): edit es2016
|
2016-07-10 05:06:47 +08:00 |
|
ruanyf
|
4b455c493e
|
docs(async): edit async
|
2016-07-10 04:55:18 +08:00 |
|
ruanyf
|
0b22d85c74
|
docs(class): edit 构造函数
|
2016-07-10 04:14:49 +08:00 |
|
ruanyf
|
eb53f2cef2
|
docs(async): edit async
|
2016-07-09 20:17:22 +08:00 |
|
catwarrior
|
2b9f9c350c
|
Update async.md
横向 纵向的比喻的感觉不太自然, 还不如直接点。
|
2016-07-08 16:37:49 +08:00 |
|
ruanyf
|
94656ce7cc
|
docs(arrayBuffer): edit TypedArray.from()
|
2016-07-05 13:37:08 +08:00 |
|
ruanyf
|
0199e3182d
|
docs(array): fix type
|
2016-07-04 06:25:28 +08:00 |
|
ruanyf
|
c25565b70c
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-06-30 17:09:18 +08:00 |
|
ruanyf
|
9b169be660
|
docs(symbol): fix some error
|
2016-06-30 17:07:50 +08:00 |
|
Ruan YiFeng
|
3204a6b5e4
|
Merge pull request #223 from UFOwl/patch-6
Update async.md
|
2016-06-29 05:26:56 +08:00 |
|
hawkphantomnet
|
42c51c073e
|
Fix typo in async.md
|
2016-06-28 00:36:05 +08:00 |
|
ruanyf
|
4e2fadc8dd
|
docs(string): edit normalize
|
2016-06-21 09:00:06 +08:00 |
|
UFOwl
|
bea8187933
|
Update async.md
根据后面generator和async的写法,这里似乎应该用of。
|
2016-06-20 16:20:05 +08:00 |
|
ruanyf
|
550df8c3b8
|
docs(let): add 块级作用域之中声明函数
|
2016-06-16 17:19:10 +08:00 |
|
ruanyf
|
5e0525be35
|
docs(set): 添加遍历顺序的说明
|
2016-06-13 08:18:45 +08:00 |
|
ruanyf
|
96dfa3b858
|
docs(promise): edit Promise.resolve()
|
2016-06-12 06:21:58 +08:00 |
|
ruanyf
|
2755c1809d
|
docs(module): 增加浏览器的模块使用方法
|
2016-06-11 20:38:39 +08:00 |
|
ruanyf
|
6c8f03eef9
|
docs(object): delete Reflect.enumerate
|
2016-06-08 14:01:03 +08:00 |
|
ruanyf
|
36edba382d
|
docs(async): async 语法
|
2016-06-08 09:02:42 +08:00 |
|
ruanyf
|
b39d0e606e
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-06-07 17:15:39 +08:00 |
|
ruanyf
|
571088b40d
|
docs(async): async函数的语法
|
2016-06-07 17:14:39 +08:00 |
|
Ruan YiFeng
|
425626466f
|
Merge pull request #218 from shaochuancs/fixForSymbol
remove unnecessary usage of Symbol.for
|
2016-06-06 20:51:24 -05:00 |
|
ruanyf
|
a8fb385483
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-06-07 09:51:06 +08:00 |
|
ruanyf
|
562b0b5e07
|
fix(iterator): 修改示例
|
2016-06-07 09:50:52 +08:00 |
|
Chuan Shao
|
b9bde6c178
|
remove unnecessary usage of Symbol.for
|
2016-06-06 07:24:13 +08:00 |
|
UFOwl
|
d5eeef139e
|
Update proxy.md
小勘误。
“而是”=>“还是”
“如果”=>“”
|
2016-06-03 11:53:18 +08:00 |
|
Ruan YiFeng
|
1c682e0273
|
Merge pull request #216 from UFOwl/patch-4
Update object.md
|
2016-06-02 00:45:26 -05:00 |
|
Ruan YiFeng
|
b299d21641
|
Merge pull request #215 from NumerHero/gh-pages
问题修改
|
2016-06-02 00:44:17 -05:00 |
|
UFOwl
|
d1983dc1a2
|
Update object.md
小勘误
|
2016-06-02 01:31:21 +08:00 |
|
Owen
|
251552555a
|
问题修改
|
2016-06-01 21:12:39 +08:00 |
|
ruanyf
|
c467637921
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-06-01 12:47:30 +08:00 |
|
ruanyf
|
399c635290
|
docs: edit generator
|
2016-06-01 12:47:11 +08:00 |
|