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

133 Commits

Author SHA1 Message Date
ruanyf
cc2420e644 docs(function): edit arrow function 2020-12-17 15:49:41 +08:00
ruanyf
4bd4d77151 docs(function/arrow fucntion): edit #150 2020-10-02 18:38:14 +08:00
俩二蛋
296159a4bc
修正一处小地方
强迫症患者看着有点变扭。
2020-02-25 20:27:01 +08:00
ruanyf
3eb580097f docs(function): edit tail call 2019-08-19 12:43:12 +08:00
ruanyf
4bb8b170e6 docs(function): add ES2019 proposals 2019-07-30 18:52:33 +08:00
ruanyf
c3a4a17afa docs(function): edit 箭头函数 2019-04-13 11:37:23 +08:00
ruanyf
3c45b041d5 docs(function): fix 斐波那契数列的尾递归 #835 2019-03-30 20:56:29 +08:00
byog
71f2a07e7c
Update function.md
语义不完整
2019-01-26 17:40:09 +08:00
Chen Fengyuan
7d266f0ce7 docs: fix typos 2019-01-23 15:06:56 +08:00
ruanyf
a67b5782e7 docs(function): edit arrow function 2018-09-29 23:01:38 +08:00
ruanyf
013f7370fd doc(function): edit arrow function 2018-04-05 13:50:18 +08:00
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