1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +00:00

300 Commits

Author SHA1 Message Date
Nfer zhuang
40b791a8dc 外层作用域无法读取内层作用域的变量;
const变量同样不允许重复声明;
2015-09-29 23:43:36 +08:00
ruanyf
078a0a5f40 edit decorator 2015-09-26 08:08:53 +08:00
Zoey Young
3ee70ea290 修正 2015-09-25 17:04:02 +08:00
ruanyf
1ed5dfa1f3 edit object & array & math 2015-09-24 09:55:14 +08:00
ruanyf
aae41fcb21 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2015-09-22 08:04:59 +08:00
ruanyf
048f1e6a18 edit iterator 2015-09-22 08:04:26 +08:00
Ruan YiFeng
c32f131c79 Merge pull request #84 from icecreamliker/patch-3
update let.md
2015-09-21 11:26:24 +08:00
赵达
7ce0931bba Update let.md
不应该是没有输出,只是输出的是“undefined”
2015-09-21 01:28:13 +08:00
ruanyf
24bc586266 edit object/__proto__ 2015-09-20 13:15:32 +08:00
ruanyf
e509bec9f2 edit object/__proto__ 2015-09-20 13:11:46 +08:00
ruanyf
9971d06926 edit Number 2015-09-20 08:41:12 +08:00
ruanyf
8843f24291 edit proxy 2015-09-19 12:07:45 +08:00
ruanyf
84de781145 edit proxy 2015-09-19 09:09:26 +08:00
ruanyf
981ef31195 edit number/safe integer 2015-09-18 08:14:03 +08:00
ruanyf
97f6f6d98e add ES7 features 2015-09-18 08:06:09 +08:00
ruanyf
8ac0c18bd7 edit class/no static property 2015-09-17 11:49:48 +08:00
ruanyf
24548c3f3f add function's name property 2015-09-13 21:17:33 +08:00
LeeY
c684637099 update let.md 2015-09-13 18:24:31 +08:00
ruanyf
1f9f4914bd edit Set/Map 2015-09-13 12:26:01 +08:00
ruanyf
f5365acb2a edit Promise 2015-09-13 08:48:49 +08:00
ruanyf
3150ae90fe edit symbol 2015-09-10 08:51:40 +08:00
ruanyf
79b1d30404 edit Generator 2015-09-09 09:59:14 +08:00
ruanyf
64a77470f8 add string/template example 2015-09-07 20:49:25 +08:00
ruanyf
d660de64af add array/copywithin 2015-09-06 21:10:20 +08:00
ruanyf
cd9fac819e edit let 2015-09-05 10:50:37 +08:00
ruanyf
1b550c7627 edit let 2015-09-05 10:46:59 +08:00
ruanyf
ae9f668caa edit module 2015-09-04 09:13:45 +08:00
ruanyf
f704362ca9 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2015-09-02 09:00:57 +08:00
ruanyf
0012c4f1eb edit function/spread 2015-09-02 09:00:16 +08:00
Lunfu Zhong
4a3412ce23 Fixed code block typo 2015-09-01 15:41:41 +08:00
ruanyf
9dcdc6a9e8 edit module, array 2015-08-31 11:12:16 +08:00
ruanyf
6b1ee303ff edit destructuring and iterator 2015-08-30 15:13:43 +08:00
ruanyf
5a5f9d8d49 fix #81 2015-08-28 18:51:35 +08:00
Feng Hao
80240a574e Update object.md
删除重复示例
2015-08-28 11:11:31 +08:00
Feng Hao
fe58145322 Update array.md
Array.prototyp.slice 改为 Array.prototype.slice
2015-08-28 11:06:16 +08:00
Ruan YiFeng
f80ff36bc0 Merge pull request #79 from lmk123/patch-7
漏了一个字
2015-08-28 10:27:34 +08:00
ruanyf
6bf574aeb5 edit decorator 2015-08-28 10:25:45 +08:00
Milk Lee
68c9ff3895 漏了一个字
加上会让语句通顺一点
2015-08-28 08:50:18 +08:00
ruanyf
04d80fcbb4 edit function/arrow function 2015-08-27 08:44:49 +08:00
ruanyf
417b7c825a edit object/template string 2015-08-26 07:34:23 +08:00
ruanyf
7b116a976c fix typo of object.md 2015-08-26 07:23:50 +08:00
ruanyf
8fa161cceb 调整侧栏顺序 2015-08-25 13:56:59 +08:00
ruanyf
66932d0418 add object/扩展运算符 2015-08-25 13:41:49 +08:00
ruanyf
6d259c3388 edit Map 2015-08-18 09:02:16 +08:00
ruanyf
77f16ab5f7 修改 class,新增 proxy和reflect 2015-08-12 08:10:34 +08:00
ruanyf
d2ac1f0cc6 加入docs/decorator 2015-08-09 17:41:37 +08:00
ruanyf
2ffd5f9e97 edit class/decorator 2015-08-09 17:32:24 +08:00
ruanyf
4960a1808f Symbol列为单独的章节 2015-08-07 07:39:40 +08:00
ruanyf
be427eb47f edit string 2015-08-04 09:19:51 +08:00
Ruan Yifeng
61aa7c805c edit regex 2015-08-03 13:33:50 +08:00