ruanyf
28050a9db7
docs(modual): add import()
2016-12-04 10:09:20 +08:00
ruanyf
366c4ddfb5
docs(string): edit string
2016-12-03 09:43:14 +08:00
Ruan YiFeng
2361c73019
Merge pull request #290 from Sandon/patch-1
...
change 'charCodeAt' to 'codePointAt'
2016-12-03 09:40:58 +08:00
Sandon
dc44575205
change 'charCodeAt' to 'codePointAt'
...
I think maybe it is a clerical error. Maybe 'codePointAt' is the word you want to write, because it is more reasonable according to the context.
2016-12-03 07:50:06 +08:00
ruanyf
cee05208e9
docs(regex): add s flag
2016-12-02 13:18:47 +08:00
ruanyf
bd2d951f45
docs(let): edit block scope
2016-12-01 16:06:35 +08:00
ruanyf
8d8db4e667
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-12-01 15:59:25 +08:00
ruanyf
fd666def3c
docs(let): add do expression
2016-12-01 15:59:18 +08:00
Ruan YiFeng
b6a6518108
Merge pull request #289 from jacty/patch-3
...
typo mistake
2016-12-01 15:55:32 +08:00
Jacty
312ec74699
typo mistake
...
a typo mistake
2016-12-01 10:34:33 +08:00
ruanyf
e5b32087c9
docs(promise): add Promise.try()
2016-11-30 11:39:40 +08:00
ruanyf
ff35ad8399
docs(proxy): add proxy 实现观察者模式
2016-11-28 14:38:58 +08:00
ruanyf
ba0744a7a4
docs(proxy): edit proxy
2016-11-27 23:28:35 +08:00
ruanyf
95f8979eb7
docs(iterator): edit for...of
2016-11-27 13:48:57 +08:00
ruanyf
60dabd27ee
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-11-26 23:09:13 +08:00
ruanyf
c1b6c6fc55
docs(map): edit weakMap
2016-11-26 23:08:38 +08:00
Ruan YiFeng
3e7331787d
Merge pull request #286 from superxp1412/patch-1
...
Update async.md 回调噩梦-> 回调地狱
2016-11-26 22:57:32 +08:00
superxp1412
1ec87bd9a5
Update async.md
2016-11-26 12:22:49 +08:00
ruanyf
ff43701be0
docs(proxy): edit proxy
2016-11-25 13:29:25 +08:00
ruanyf
d6d9ab4ae3
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-11-25 13:12:25 +08:00
ruanyf
9e974525c1
docs(symbol): edit symbol
2016-11-25 13:12:10 +08:00
Ruan YiFeng
693fb27fed
Merge pull request #284 from ifishing/gh-pages
...
修正一个“类的实例对象”节 的错误:“它们的原型都是Point”
2016-11-24 16:05:13 +08:00
ruanyf
d9b5278347
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-11-23 17:16:14 +08:00
ruanyf
26b718b4b5
docs(fp): edit fp/currying
2016-11-23 17:15:39 +08:00
Ruan YiFeng
dad12fd7f1
Merge pull request #283 from qeesung/gh-pages
...
Update symbol.md
2016-11-21 14:37:21 +08:00
秦世成
8e09ab14f5
Update symbol.md
...
移除多余的Markdown语句
2016-11-20 23:15:02 +08:00
fisher.zhang
e4d1bb1a63
修正一个“类的实例对象”节 的错误:“它们的原型都是Point”
...
“类的实例对象 ”中举的例子
var p1 = new Point(2,3);
var p2 = new Point(3,2);
p1.__proto__ === p2.__proto__
//true
上面代码中,p1和p2都是Point的实例,它们的原型都是Point,所以__proto__属性是相等的。
2016-11-20 17:18:36 +08:00
ruanyf
fae89fb221
docs(class): edit class/super
2016-11-15 11:32:12 +08:00
ruanyf
4a52856283
docs(class): edit class/super
2016-11-14 20:57:12 +08:00
ruanyf
1160713159
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-11-14 20:47:58 +08:00
ruanyf
d805c055e4
docs(class): edit class/super
2016-11-14 20:47:45 +08:00
Ruan YiFeng
19bb7ad9de
Merge pull request #277 from LcpMarvel/change_description_about_shorthand_properties
...
修改"属性的简洁表示法"描述
2016-11-12 16:33:25 -06:00
Michael-Lyu
f8e8242827
修改"属性的简洁表示法"描述
2016-11-12 20:59:29 +08:00
Ruan YiFeng
98310e5b3d
Merge pull request #276 from kiyonlin/patch-1
...
Update module.md
2016-11-12 06:33:21 -06:00
ruanyf
bd863cd40f
fix(class): edit class/super
2016-11-11 17:44:24 +08:00
kiyonlin
55f37af4fc
Update module.md
...
拼写错误
2016-11-11 16:21:33 +08:00
ruanyf
ded5622c5d
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-11-06 11:06:06 +08:00
ruanyf
70541a5749
docs(stdlib): edit generator
2016-11-06 11:03:08 +08:00
Ruan YiFeng
13996a68d8
Merge pull request #274 from Viky-zhang/patch-1
...
即->既
2016-11-05 01:47:46 -05:00
Viky-zhang
56687e0dcb
即->既
2016-11-05 12:18:47 +08:00
ruanyf
d50aa29a21
fix(iterator): fix typo
2016-11-03 08:14:37 +08:00
ruanyf
e0f36e61fc
docs(async): edit async
2016-10-24 19:57:17 +08:00
ruanyf
5258e43dd0
docs(function): 使用参数默认值,不能在函数内部显式开启严格模式
2016-10-19 14:00:22 +08:00
ruanyf
b2b00c29d0
docs(string): add an example of template string
2016-10-18 13:12:39 +08:00
ruanyf
c46a4ef8b5
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2016-10-12 22:22:36 +08:00
ruanyf
e364ba968a
docs(async): async Iterator
2016-10-12 22:22:23 +08:00
Ruan YiFeng
230e6b59cd
Merge pull request #270 from aui/patch-1
...
修正错别字
2016-10-09 00:00:22 -05:00
糖饼
70ab40fd3d
修正错别字
2016-10-09 10:30:20 +08:00
ruanyf
ddf6220289
docs(let): edit let/global
2016-10-08 01:35:33 +08:00
ruanyf
d95493c10a
docs(intro): edit intro
2016-10-07 12:51:15 +08:00