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

122 Commits

Author SHA1 Message Date
ruanyf
01f62521de docs(funcion): fix double colon 2018-02-22 22:42:03 +08:00
ruanyf
cb025812e5 docs(proposals): 增加 最新提案 一章 2018-01-28 12:30:46 +08:00
ruanyf
b2a2c581bb docs(function): edit error 2018-01-26 05:38:46 +08:00
ruanyf
796501b264 docs(function): fix typo 2018-01-06 16:34:23 +08:00
Ika
e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
ruanyf
cc33b1fd3d docs(function): edit 双冒号运算符 #529 2017-10-26 11:24:57 +08:00
ruanyf
70efc5d7d6 docs(set): edit set/forEach 2017-10-11 13:07:23 +08:00
ruanyf
88248d97c3 docs(array): edit array/spread 2017-10-10 08:14:56 +08:00
ruanyf
a782099ff2 docs(object): edit object/super 2017-10-09 11:52:51 +08:00
ruanyf
55dc77e01d docs(object): edit object/Object.assign 2017-10-08 13:47:40 +08:00
waiting
5fbafe9efc docs: use let/const instead of var 2017-09-24 16:58:37 +08:00
ruanyf
59a006a135 docs(function): edit function 2017-09-14 08:48:03 +08:00
ruanyf
a0249e7506 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-09-01 22:48:39 +08:00
ruanyf
af2e9ba265 docs(function): edit function/arrow 2017-09-01 22:48:23 +08:00
三咲亚子
581d07c81c x 貌似没有用到 2017-08-27 21:58:05 +08:00
ruanyf
7a85871d4a docs(functio): optional catch binding 2017-08-14 14:11:40 +08:00
ruanyf
eea703a2c1 docs(function): edit function 2017-08-12 10:53:44 +08:00
ruanyf
8c8be74712 docs(array): move spread operator into array chapter 2017-07-02 09:37:23 +08:00
ruanyf
768728e1bd docs(function): edit function 2017-06-22 08:57:55 +08:00
ruanyf
4b9ff0d25c Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-05-26 17:25:46 +08:00
ruanyf
23c05f8244 docs(function): edit arrow function 2017-05-26 17:25:33 +08:00
鱼香茄子
495337e85b typo fixed
将“并排的两个双冒号”修改为“并排的两个冒号”
2017-05-25 20:44:37 +08:00
ruanyf
be1049f12a docs(generator): edit typo 2017-04-29 06:33:43 +08:00
Jacty
fcdea67264 typo
typo
2017-04-22 02:32:49 +08:00
ruanyf
b2182920bb docs(symbol): edit symbol 2017-04-21 13:58:23 +08:00
ruanyf
ca2a2fc8b3 docs(function): edit function 2017-04-14 13:25:58 +08:00
Ruan YiFeng
658ad650e9 Merge pull request #376 from longhuicode/patch-3
语义不清晰
2017-04-14 13:03:42 +08:00
Max
c582198e7a 语义不清晰
1. 语义不清晰。
2. 引入 Python 作为比较,对于不了解 Python 的读者并无意义。
2017-04-13 22:09:46 +08:00
Max
b330d721ac bar()输出表述有误
bar() 输出表述有误, outer 应该在 bar() 运行时输出!
2017-04-13 21:36:16 +08:00
ruanyf
2da8eac664 docs(module): edit import() 2017-02-14 07:32:28 +08:00
ruanyf
6e944000df docs(async): 拆分 generator 函数的异步操作与 async 函数 2017-02-03 01:44:26 +08:00
ruanyf
876a7b4bb1 docs: fix function/参数默认值 2017-01-20 20:43:27 +08:00
ruanyf
eb2a62215a docs: fix function/参数默认值有单独作用域 2017-01-20 20:39:18 +08:00
ruanyf
e1abf373a3 docs(object): edit object 2017-01-07 13:31:27 +08:00
ruanyf
5258e43dd0 docs(function): 使用参数默认值,不能在函数内部显式开启严格模式 2016-10-19 14:00:22 +08:00
ruanyf
bf30299b48 docs(simd): add simd chapter 2016-10-04 18:41:24 +08:00
ruanyf
aa7f34527b docs(class): fix typo 2016-07-23 07:32:32 +08:00
ruanyf
e1cb574009 docs(function): edit default parameter 2016-07-22 17:15:38 +08:00
ruanyf
4fb1525a36 docs(function): edit tail optimization 2016-07-15 20:36:23 +08:00
十三
a33b928158 fix: function Fibonacci2 bug 2016-07-14 16:45:49 +08:00
Ruan YiFeng
f7494bc67e Merge pull request #209 from NumerHero/gh-pages
增加fibonacci 尾递归算法
2016-05-23 05:35:00 -05: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
Xcat Liu
b3d9aa82bf Fix coding style in docs/function.md 2016-05-18 11:13:05 +08:00
ruanyf
2b53f9fc0d doc(iterator): fix 示例代码 2016-05-11 19:55:41 +08:00
ruanyf
e6c5f9e1ff doc(generator): generator 函数模拟构造函数 2016-05-11 07:47:54 +08:00
ruanyf
81e186f62a docs(function): fix 函数的默认参数 2016-04-19 09:12:01 +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