ruanyf
|
17b1f45c6b
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-06-07 16:47:47 +08:00 |
|
ruanyf
|
d3aaf30d5c
|
docs: edit Intro
|
2017-06-07 16:47:37 +08:00 |
|
Ruan YiFeng
|
a64204847b
|
Merge pull request #421 from int64ago/patch-1
Fix typo
|
2017-06-06 23:54:21 -05:00 |
|
ruanyf
|
165ba46cea
|
docs: add class-extends
|
2017-06-07 09:22:06 +08:00 |
|
Cody Chan
|
9a16eba579
|
Fix typo
|
2017-06-06 00:34:50 +08:00 |
|
ruanyf
|
3e302652a0
|
docs(Promise): edit Promise.all
|
2017-06-04 18:59:41 +08:00 |
|
ruanyf
|
38816c896a
|
docs: edit Promise
|
2017-06-04 13:04:36 +08:00 |
|
ruanyf
|
4019d9d01c
|
docs: edit Object
|
2017-06-04 12:47:03 +08:00 |
|
ruanyf
|
d0865f0773
|
docs: edit Object
|
2017-06-04 12:42:27 +08:00 |
|
ruanyf
|
75dadfdda1
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-05-31 20:54:25 +08:00 |
|
ruanyf
|
8a2c746996
|
docs(let): edit let
|
2017-05-31 20:54:06 +08:00 |
|
鱼香茄子
|
3c1b926950
|
Typo fixed
|
2017-05-29 00:08:53 +08:00 |
|
ruanyf
|
3347915274
|
docs(class): edit class
|
2017-05-28 10:29:23 +08:00 |
|
ruanyf
|
4b9ff0d25c
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-05-26 17:25:46 +08:00 |
|
ruanyf
|
23c05f8244
|
docs(function): edit arrow function
|
2017-05-26 17:25:33 +08:00 |
|
Ruan YiFeng
|
00e2f3fcc8
|
Merge pull request #414 from Brant-Ma/patch-2
typo fixed
|
2017-05-25 08:06:35 -05:00 |
|
Ruan YiFeng
|
87100d1edc
|
Merge pull request #413 from Brant-Ma/patch-1
typo fixed
|
2017-05-25 08:05:46 -05:00 |
|
Ruan YiFeng
|
8223b56dda
|
Merge pull request #412 from xiangyangL/gh-pages
缺少括号
|
2017-05-25 08:02:15 -05:00 |
|
ruanyf
|
0842b12577
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-05-25 20:52:33 +08:00 |
|
ruanyf
|
b939b7725c
|
docs(promise): edit promise
|
2017-05-25 20:52:05 +08:00 |
|
鱼香茄子
|
495337e85b
|
typo fixed
将“并排的两个双冒号”修改为“并排的两个冒号”
|
2017-05-25 20:44:37 +08:00 |
|
鱼香茄子
|
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 |
|