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

952 Commits

Author SHA1 Message Date
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
ruanyf
3a1b3690c7 docs(intro): edit intro 2016-10-07 12:05:29 +08:00
ruanyf
0465e7b34a docs(let): edit let 2016-10-06 19:57:16 +08:00
ruanyf
20f27c2833 docs(reference): edit reference 2016-10-04 18:50:56 +08:00
ruanyf
bf30299b48 docs(simd): add simd chapter 2016-10-04 18:41:24 +08:00
ruanyf
96b6c5a3fd docs(regex): add Unicode property class 2016-10-03 22:46:08 +08:00
ruanyf
b2b5556b25 docs(Symbol): edit Singleton 的例子 2016-09-29 22:12:46 +08:00
ruanyf
47aef5bca7 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-09-28 19:34:36 +08:00
ruanyf
1cd457d5cf docs(object): fix object 2016-09-28 19:33:55 +08:00
Ruan YiFeng
300c09db87 Merge pull request #266 from jacty/patch-2
Update destructuring.md
2016-09-24 18:22:14 +08:00
Jacty
49919866cd Update destructuring.md
修正395行错别字:‘结构’-》‘解构’
2016-09-23 11:22:28 +08:00
ruanyf
46af4fb5fe Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-09-21 19:48:40 +08:00
ruanyf
6c8bd07b8e docs(proxy): edit proxy.has() 2016-09-21 19:47:59 +08:00
Ruan YiFeng
1b6a131e9f Merge pull request #264 from air-cc/patch-1
Update generator.md
2016-09-21 19:15:37 +08:00
Air_cc
9ac9f943f5 Update generator.md 2016-09-20 17:29:06 +08:00
ruanyf
102bf25570 fix(string): fix typo 2016-09-14 23:40:41 +08:00
Ruan YiFeng
2bc8eaf207 Merge pull request #256 from jerossh/patch-1
240行代码块中缺少引号
2016-09-07 23:07:58 +08:00
Ruan YiFeng
3ec293796c Merge pull request #257 from jerossh/patch-3
.ant-menu-horizontal > li.ant-menu-item
2016-09-06 23:50:25 +08:00
Jon
1092e53793 .ant-menu-horizontal > li.ant-menu-item
ant-design 乱入,去掉貌似是css语言的内容 .ant-menu-horizontal > li.ant-menu-item
2016-09-06 23:09:59 +08:00
Jon
3d6368c404 240行代码缺少引号
240行代码缺少引号。
p.then((val) => console.log(fulfilled:", val))
改p.then((val) => console.log("fulfilled:", val))为
2016-09-06 09:35:18 +08:00