Owen
|
251552555a
|
问题修改
|
2016-06-01 21:12:39 +08:00 |
|
Owen
|
1e1ea908ff
|
Update function.md
|
2016-05-23 11:35:13 +08:00 |
|
Owen
|
d4640a262d
|
增加fibonacci 尾递归算法
阮老师你好,阅读完您关于 尾递归这方面的研究书稿后,我自己使用了尾递归实现了计算fibonacci数列的方法,觉得比较有代表性
由非尾递归的fibonacci数列的 和 尾递归的fibonacci数列 比较,更加说明尾递归优化的重要性
此外fibonacci数列也是测试性能的常用算法
如果因为我的理解不深刻,浪费了老师宝贵时间,望老师见谅
|
2016-05-23 11:32:06 +08:00 |
|
Owen
|
3bd3d6fbdb
|
问题修改
阮老师你好,在747行这个例子中,filter 返回的是属性的数组集合,所以,使用for...of 得到的key应该是对应的属性 “prop”
而不是您之后备注的 "baz"
可能是我理解有误,耽误了老师宝贵的时间,还望老师见谅
|
2016-05-21 14:57:06 +08:00 |
|
Owen
|
32b7bd2c88
|
问题修改
阮老师你好,我在阅读您Proxy书稿第553行,“注意与Proxy对象的`has`方法区分,后者用来拦截`in`操作符,对`for...in`循环无效。" 时,认为有所不妥
因为根据我在新chrome浏览器上的测试 , 使用has 控制器是可以对for...in起作用的
我在介绍has 控制器的段落里添加了一个小例子来说明这个问题
可能我的理解并不到位出了差错,浪费了老师宝贵时间,望见谅
|
2016-05-20 17:34:05 +08:00 |
|
ruanyf
|
d4ae227730
|
docs(object): fix object.assign
|
2016-04-15 21:49:53 +08:00 |
|
ruanyf
|
d7f742af69
|
docs(Object): edit Object.assign
|
2016-04-13 07:54:12 +08:00 |
|
ruanyf
|
ffe44108ea
|
feat(intro): 重写Traceur的介绍
|
2016-04-04 06:46:08 +08:00 |
|
ruanyf
|
8ad3c20f5f
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-31 20:49:50 +08:00 |
|
ruanyf
|
0e991b41bf
|
docs(decorator): 修饰器补充内容
|
2016-03-31 20:49:27 +08:00 |
|
hardfist
|
9e4665c305
|
删除错误的“()"
class FooComponent() {} 里的()似乎是错误的,经测试无法运行,故予以删除。
|
2016-03-28 16:51:51 +08:00 |
|
ruanyf
|
8c4187a2f7
|
docs(class): export 输出的是同一个实例
|
2016-03-27 11:07:29 +08:00 |
|
ruanyf
|
8796fc605f
|
fix(class): 继承Object的子类行为
|
2016-03-26 21:00:11 +08:00 |
|
ruanyf
|
96c3de7eaa
|
docs(arrayBuffer): TypedArray数组的溢出
|
2016-03-23 14:29:20 +08:00 |
|
ruanyf
|
d2fca7f2a1
|
docs(regex): RegExp构造函数
|
2016-03-23 13:31:04 +08:00 |
|
ruanyf
|
e0e471bdd4
|
docs(destructuring): parentheses
|
2016-03-19 17:41:35 +08:00 |
|
ruanyf
|
dff2069aec
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-19 16:41:13 +08:00 |
|
ruanyf
|
d14163cf5d
|
docs(intro): fix babel
|
2016-03-19 16:40:52 +08:00 |
|
cntanglijun
|
2957811796
|
删除一个逗号 🙏
|
2016-03-16 00:55:46 +08:00 |
|
charlie
|
3b58e10991
|
修改用词
|
2016-03-14 04:10:31 +08:00 |
|
ruanyf
|
b9a5cb16f2
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-13 05:52:07 +08:00 |
|
ruanyf
|
285c194750
|
docs(promise): catch方法
|
2016-03-13 05:51:33 +08:00 |
|
Willin Wang
|
59ed5c3c8e
|
强迫症修改 "->'
|
2016-03-10 15:41:35 +08:00 |
|
Willin Wang
|
fdb0c2027e
|
强迫症修改 “->"
|
2016-03-10 15:17:18 +08:00 |
|
Willin Wang
|
814f733c45
|
拼写错误修改
|
2016-03-10 14:47:45 +08:00 |
|
Willin Wang
|
240a927a36
|
强迫症修改"->'
|
2016-03-10 14:40:17 +08:00 |
|
ruanyf
|
6067c0f34f
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-10 14:25:52 +08:00 |
|
ruanyf
|
afd15697ed
|
docs(Object):Object.values()
|
2016-03-10 14:25:46 +08:00 |
|
Ruan YiFeng
|
5edf72df51
|
Merge pull request #153 from hisland/patch-1
下面的 -> 下一节的 可能表达更清晰
|
2016-03-09 11:15:30 +08:00 |
|
hisland
|
1e6aba2f3a
|
Update module.md
下面的 -> 下一节的 可能表达更清晰
|
2016-03-08 11:33:06 +08:00 |
|
Frezc
|
c7768ecd19
|
修正两处代码书写错误
|
2016-03-07 20:38:04 +08:00 |
|
ruanyf
|
1ae51bdea5
|
docs(let): ES6的块级作用域使得函数可以在条件作用域内声明
|
2016-03-05 14:35:33 +08:00 |
|
ruanyf
|
f50a775466
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-03 16:42:20 +08:00 |
|
ruanyf
|
9af674d025
|
docs(function): 箭头函数的this
|
2016-03-03 16:31:42 +08:00 |
|
baye
|
21c5c22f3f
|
fixed Hskell typo, should be Haskell
|
2016-02-29 20:28:24 +08:00 |
|
ruanyf
|
48c94cc9d6
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-02-29 18:16:31 +08:00 |
|
ruanyf
|
834431ecee
|
docs(class): 完善类的静态属性
|
2016-02-29 18:16:12 +08:00 |
|
XGHeaven
|
8b3588a8ba
|
fix decorator typo
|
2016-02-28 10:12:45 +08:00 |
|
ruanyf
|
c1c4592dda
|
docs(regex): 修改后行断言的文字
|
2016-02-27 20:09:13 +08:00 |
|
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 |
|