ruanyf
|
b77c044003
|
docs(regex): 增加后行断言的介绍
|
2016-02-27 19:44:03 +08:00 |
|
ruanyf
|
fc7505278e
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-02-27 19:01:27 +08:00 |
|
ruanyf
|
342fe1da61
|
docs(regex): 增加后行断言的介绍
|
2016-02-27 19:01:07 +08:00 |
|
Zheng Guoli
|
73400107a3
|
修改一个小的拼写问题
结合上下文的关系来看,此处应该是拼写错误。
所以将 PEPL 修改为 REPL 。
|
2016-02-25 16:30:53 +08:00 |
|
ruanyf
|
1e8b21e22d
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-02-24 18:48:20 +08:00 |
|
ruanyf
|
098a3dc830
|
docs(generator): edit next method
|
2016-02-24 18:48:08 +08:00 |
|
Xuecheng Albert
|
71690edd72
|
更正 babel-core 示例代码片段
let x = n => n + 1 是 es6的语法,赋给se5Code变量容易误解
|
2016-02-19 16:52:53 +08:00 |
|
ruanyf
|
689081f7d8
|
docs(function): 箭头函数
|
2016-02-19 13:47:54 +08:00 |
|
ruanyf
|
68a50598b2
|
docs(string): String.prototype.at()
|
2016-02-18 16:39:10 +08:00 |
|
ruanyf
|
19506b0b56
|
docs(module): 加入解释export default var a = 1为什么不对
|
2016-02-17 09:57:16 +08:00 |
|
ruanyf
|
c957ce868a
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-02-17 09:40:15 +08:00 |
|
ruanyf
|
3cec648ff2
|
docs(module): 解释CommonJS与ES6模块加载机制的差异
|
2016-02-17 09:39:55 +08:00 |
|
J.K.SAGE
|
8408a3c4f9
|
Update string.md
line626
也就是说,`tag`数实际上以下面的形式调用。->
也就是说,`tag`函数实际上以下面的形式调用。
|
2016-02-16 13:52:11 +09:00 |
|
ruanyf
|
ccbc40a61b
|
docs: edit object/rest & spread
|
2016-02-15 16:13:24 +08:00 |
|
ruanyf
|
bce7843d22
|
doc: ES7 feature list
|
2016-02-09 10:02:58 +08:00 |
|
ruanyf
|
b13b07d960
|
doc: ES7 feature list
|
2016-02-09 10:00:25 +08:00 |
|
ruanyf
|
fd088aceab
|
doc: ES7 feature list
|
2016-02-09 09:57:28 +08:00 |
|
ruanyf
|
40437de61a
|
doc: add ES7 stage 3 features
|
2016-02-09 09:23:29 +08:00 |
|
ruanyf
|
0be4b18312
|
edit function/tco
|
2016-02-03 17:41:36 +08:00 |
|
Kaipeng Lu
|
6febd5de0b
|
e<sub>x<sub> to e<sup>x<sup>
|
2016-02-01 14:33:52 +08:00 |
|
ruanyf
|
5d673d9b98
|
add Object/Object.values(),Object.entries()
|
2016-01-31 14:57:51 +08:00 |
|
ruanyf
|
50d4285105
|
edit symbol/hasInstance
|
2016-01-30 00:33:01 +08:00 |
|
ruanyf
|
b2594ee791
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-01-29 09:25:56 +08:00 |
|
ruanyf
|
fc01552d64
|
edit docs/symbol
|
2016-01-29 09:25:39 +08:00 |
|
Ruan YiFeng
|
a7d63c9bf7
|
Merge pull request #134 from catwarrior/catwarrior-patch-1
Update async.md
|
2016-01-27 11:50:17 +08:00 |
|
catwarrior
|
1cdc04bd8b
|
Update async.md
Refer to your previous blog post, it looks better.
http://www.ruanyifeng.com/blog/2012/12/asynchronous%EF%BC%BFjavascript.html
|
2016-01-26 15:49:44 +08:00 |
|
Ruan YiFeng
|
e0210fa5e7
|
Merge pull request #133 from xiaoshude/patch-1
Update class.md
|
2016-01-26 09:02:59 +08:00 |
|
fjywan
|
070985c4a4
|
Update class.md
|
2016-01-25 15:20:34 +08:00 |
|
CntChen
|
9fb9439d89
|
edit demo code
|
2016-01-25 12:48:40 +08:00 |
|
ruanyf
|
ed283d0207
|
edit intro/babel
|
2016-01-24 23:43:32 +08:00 |
|
ruanyf
|
c6e1579b4c
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-01-24 23:22:44 +08:00 |
|
ruanyf
|
adb2932b3e
|
edit intro/babel
|
2016-01-24 23:21:05 +08:00 |
|
Ruan YiFeng
|
3545cfd8b1
|
Merge pull request #131 from catwarrior/patch-2
fix a typo: using wrong brace.
|
2016-01-24 21:00:27 +08:00 |
|
Ruan YiFeng
|
a8684f1f96
|
Merge pull request #130 from catwarrior/patch-1
remove a space, indent properly.
|
2016-01-24 20:58:06 +08:00 |
|
Ruan YiFeng
|
5acf27c61a
|
Merge pull request #129 from JulienBrks/patch-2
Update function.md
|
2016-01-23 19:11:40 +08:00 |
|
Ruan YiFeng
|
282b219630
|
Merge pull request #127 from JulienBrks/patch-1
Update let.md
|
2016-01-23 19:07:09 +08:00 |
|
ruanyf
|
29e8701258
|
edit async
|
2016-01-22 23:46:11 +08:00 |
|
catwarrior
|
b3a4cac35c
|
fix a typo: using wrong brace.
|
2016-01-22 18:51:37 +08:00 |
|
catwarrior
|
bdd163048c
|
remove a space, indent properly.
|
2016-01-22 18:46:23 +08:00 |
|
JulienBrks
|
5001eeae4e
|
Update function.md
参数默认值例子的一个参数说明有问题,将"函数"改为"对象"
|
2016-01-21 22:25:36 +08:00 |
|
JulienBrks
|
eca18c562b
|
Update let.md
|
2016-01-20 23:37:06 +08:00 |
|
ruanyf
|
f5d01f117d
|
edit style/block/let
|
2016-01-20 18:00:38 +08:00 |
|
ruanyf
|
1248f27af2
|
edit decorator/mixin
|
2016-01-19 18:37:18 +08:00 |
|
zavven
|
a2ec075b69
|
Update function.md
勘误。line:766
原:return person.first + ' ' + person.name;
改:return person.first + ' ' + person.last;
|
2016-01-19 18:18:39 +08:00 |
|
ruanyf
|
1dc1b3f243
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-01-18 19:11:49 +08:00 |
|
ruanyf
|
715f6e0768
|
edit README
|
2016-01-18 19:11:38 +08:00 |
|
xinnix
|
f6f9aba79f
|
括号中文字符变英文字符
|
2016-01-14 22:20:41 +08:00 |
|
xinnix
|
bdacbb11df
|
循环加载处,even( )被错写为foo( )
|
2016-01-14 22:19:30 +08:00 |
|
Ruan YiFeng
|
852717da4b
|
Merge pull request #123 from SimplyY/patch-9
调整缩进
|
2016-01-11 19:40:21 +08:00 |
|
yuwei
|
6528bdad9f
|
调整缩进
|
2016-01-11 11:38:19 +08:00 |
|