ruanyf
|
40b5f23e0b
|
doc(async): Thunk函数的ES6版本
|
2016-05-20 07:58:21 +08:00 |
|
ruanyf
|
1764e48fdf
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-19 23:25:43 +08:00 |
|
ruanyf
|
f8eaa77091
|
doc(module): ES6模块的循环加载
|
2016-05-19 23:25:29 +08:00 |
|
Ruan YiFeng
|
7d773f5280
|
Merge pull request #203 from xcatliu/patch-14
Fix coding style in docs/module.md
|
2016-05-19 19:55:48 +08:00 |
|
Ruan YiFeng
|
9a2b7bfde9
|
Merge pull request #202 from xcatliu/patch-13
Fix coding style in docs/decorator.md
|
2016-05-19 10:39:21 +08:00 |
|
Ruan YiFeng
|
b9a53eb8dc
|
Merge pull request #201 from xcatliu/patch-12
Fix coding style in docs/class.md
|
2016-05-19 10:30:22 +08:00 |
|
Ruan YiFeng
|
5def873ed6
|
Merge pull request #199 from xcatliu/patch-11
Fix coding style in docs/iterator.md
|
2016-05-19 10:29:18 +08:00 |
|
Ruan YiFeng
|
a502555c54
|
Merge pull request #198 from NumerHero/patch-3
问题修改
|
2016-05-19 10:18:14 +08:00 |
|
Ruan YiFeng
|
1c555f63bf
|
Merge pull request #197 from xcatliu/patch-10
Fix coding style in docs/set-map.md
|
2016-05-19 09:01:33 +08:00 |
|
Ruan YiFeng
|
6bbd9a2bee
|
Merge pull request #196 from xcatliu/patch-9
Fix coding style in docs/proxy.md
|
2016-05-19 09:00:44 +08:00 |
|
Ruan YiFeng
|
f9b93a12bd
|
Merge pull request #195 from xcatliu/patch-8
Fix coding style in docs/symbol.md
|
2016-05-19 09:00:02 +08:00 |
|
Ruan YiFeng
|
fabd48826f
|
Merge pull request #194 from xcatliu/patch-7
Fix coding style in docs/object.md
|
2016-05-19 08:58:25 +08:00 |
|
Xcat Liu
|
0dd87edc44
|
Fix coding style in docs/module.md
|
2016-05-18 17:07:03 +08:00 |
|
Xcat Liu
|
c4b46e3621
|
Fix coding style in docs/decorator.md
|
2016-05-18 16:40:23 +08:00 |
|
Xcat Liu
|
96b4a4a33d
|
Fix coding style in docs/class.md
|
2016-05-18 16:19:26 +08:00 |
|
Xcat Liu
|
3c84554957
|
Fix coding style in docs/iterator.md
|
2016-05-18 14:49:05 +08:00 |
|
Xcat Liu
|
82c1ab1d40
|
Fix coding style in docs/set-map.md
|
2016-05-18 14:23:01 +08:00 |
|
Owen
|
37db7edecf
|
问题修改
你好,阮老师,在282行的例子中,我使用新版本chrome 测试了例子,出现了错误
发现const dom 产生了暂时性死区
如理解有误,浪费了老师时间,望见谅
|
2016-05-18 14:22:59 +08:00 |
|
Xcat Liu
|
24bcfb52ed
|
Fix coding style in docs/proxy.md
|
2016-05-18 13:43:26 +08:00 |
|
Xcat Liu
|
60c1576ccf
|
Fix coding style in docs/symbol.md
|
2016-05-18 13:01:15 +08:00 |
|
Ruan YiFeng
|
307932e155
|
Merge pull request #193 from xcatliu/patch-6
Fix coding style in docs/function.md
|
2016-05-18 12:45:03 +08:00 |
|
Xcat Liu
|
247ac78230
|
Fix coding style in docs/object.md
|
2016-05-18 12:33:27 +08:00 |
|
ruanyf
|
4ba798a774
|
doc(proxy): 修改proxy链式使用的例子
|
2016-05-18 11:54:20 +08:00 |
|
ruanyf
|
8482c89f41
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-18 11:51:34 +08:00 |
|
ruanyf
|
b28145ef26
|
doc(string): edit 模板字符串
|
2016-05-18 11:50:08 +08:00 |
|
Xcat Liu
|
b3d9aa82bf
|
Fix coding style in docs/function.md
|
2016-05-18 11:13:05 +08:00 |
|
Owen
|
341e3c1907
|
问题修改
阮老师你好,在251行这个例子中,我在chrome (版本号Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36) 下 测试的时候出现了问题, 报了错误
我研究完代码,发现在263行您return pipeObject , pipeObject 指向应该是被代理的对象而不是,Proxy对象本身
当我做出如上修改后,代码即可正确运行,返回63
我也是初学者,我不知道是否是因为编译环境的原因导致如上问题的产生,但对于使用新chrome学习es6的同学可能会产生一些误导
也许是我理解有误,耽误您宝贵的时间,为此感到抱歉。
|
2016-05-17 14:24:09 +08:00 |
|
ruanyf
|
73cff90609
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-15 12:07:44 +08:00 |
|
ruanyf
|
17ae0fa973
|
doc(let): 全局对象的属性
|
2016-05-15 12:06:22 +08:00 |
|
Ruan YiFeng
|
71c07c8704
|
Merge pull request #189 from xcatliu/patch-5
Fix coding style in docs/number.md
|
2016-05-15 08:16:40 +08:00 |
|
Ruan YiFeng
|
77d1a53ae6
|
Merge pull request #188 from xcatliu/patch-4
Fix code wrapper in docs/regex.md
|
2016-05-15 08:13:20 +08:00 |
|
Ruan YiFeng
|
2e6738a1e1
|
Merge pull request #186 from xcatliu/patch-2
Fix coding style in docs/destructuring.md
|
2016-05-15 08:07:22 +08:00 |
|
Ruan YiFeng
|
c433756faf
|
Merge pull request #185 from xcatliu/patch-1
Fix some code syntax problem in docs/let.md
|
2016-05-14 20:33:05 +08:00 |
|
Xcat Liu
|
aecabb2e2b
|
Fix coding style in docs/number.md
|
2016-05-13 19:23:53 +08:00 |
|
Xcat Liu
|
732701ac35
|
Fix code wrapper in docs/regex.md
这一篇的代码标签有点乱,我整理了一下
|
2016-05-13 17:22:12 +08:00 |
|
Xcat Liu
|
fd714a39bf
|
Fix coding style in docs/destructuring.md
|
2016-05-13 16:35:06 +08:00 |
|
Xcat Liu
|
78112e85b0
|
Fix some code syntax problem in docs/let.md
Followed the previous coding style, added some `;` and space to the code.
|
2016-05-13 16:17:59 +08:00 |
|
erniu
|
8bf0e77b00
|
修正笔误
|
2016-05-12 18:02:05 +08:00 |
|
ruanyf
|
7f66176c1f
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-12 07:45:50 +08:00 |
|
ruanyf
|
aee670cb9b
|
doc(array): 删除数组推导
|
2016-05-12 07:44:57 +08:00 |
|
Ruan YiFeng
|
3961e40a2f
|
Merge pull request #180 from erniu/gh-pages
const定义说明是否再斟酌一下
|
2016-05-12 07:29:50 +08:00 |
|
ruanyf
|
39786a0f62
|
doc(iterator): fix 示例代码
|
2016-05-11 20:10:22 +08:00 |
|
ruanyf
|
438e35c162
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-11 19:56:09 +08:00 |
|
ruanyf
|
2b53f9fc0d
|
doc(iterator): fix 示例代码
|
2016-05-11 19:55:41 +08:00 |
|
Ruan YiFeng
|
621ac69480
|
Merge pull request #181 from xream/patch-1
Fix typo
|
2016-05-11 07:52:09 +08:00 |
|
ruanyf
|
9322419906
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-05-11 07:48:09 +08:00 |
|
ruanyf
|
e6c5f9e1ff
|
doc(generator): generator 函数模拟构造函数
|
2016-05-11 07:47:54 +08:00 |
|
Hsiaoyi Hsu
|
645695a129
|
Fix typo
|
2016-05-09 16:48:54 +08:00 |
|
erniu
|
ffa0100aa2
|
const 关键字只能声明常量,这个在其他语言中也类似,在MDN上的定义中也是这样的
|
2016-05-09 12:17:07 +08:00 |
|
Ruan YiFeng
|
4b8671b893
|
Merge pull request #170 from zaxlct/patch-1
统一 if 语句括号里的空格
|
2016-05-05 08:07:43 +08:00 |
|