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

1879 Commits

Author SHA1 Message Date
ruanyf
bb828d8b63 docs(array): edit spread #846 2019-04-28 23:07:10 +08:00
ruanyf
a4956cb858 docs(let): edit globalThis 2019-04-24 16:55:44 +08:00
ruanyf
f924f1b4a2 docs(string): add JSON.stringify() 2019-04-23 14:55:14 +08:00
ruanyf
14a4724b85 docs: add string-methods 2019-04-23 14:20:50 +08:00
ruanyf
dec326eba2 docs(symbol): add description 2019-04-23 13:47:17 +08:00
ruanyf
dca90708ac docs(string): add trimStart()/trimEnd() 2019-04-22 15:26:28 +08:00
ruanyf
c572b57c27 docs(string): add trimStart()/trimEnd() 2019-04-22 15:24:36 +08:00
ruanyf
93f7e23e22 docs(proposals): edit JSON superset 2019-04-22 15:01:23 +08:00
ruanyf
c703df344a docs(let): edit 块级作用域 2019-04-22 13:20:53 +08:00
bigbird231
9c01ac75a7
Update let.md 2019-04-18 18:42:07 +08:00
bigbird231
bd2840d8ac
Update destructuring.md 2019-04-18 18:24:22 +08:00
ruanyf
c3a4a17afa docs(function): edit 箭头函数 2019-04-13 11:37:23 +08:00
Ruan YiFeng
03695be2db
Merge pull request #840 from bigbird231/patch-2
update object.md
2019-04-10 11:56:41 +08:00
bigbird231
0c61cc13ec
update object.md
let {x}=null就会报错了
let {...x}=null才会体现解构中...运算符引起报错
其实任何对null和undefined的解构都会报错
2019-04-08 18:33:06 +08:00
ruanyf
6c1aaf1b3f docs(promise): fix Promise.resolve() 2019-04-05 19:53:07 +08:00
ruanyf
3c45b041d5 docs(function): fix 斐波那契数列的尾递归 #835 2019-03-30 20:56:29 +08:00
ruanyf
3f080e92bd docs(destructuring): 对象的继承属性的解构赋值 #836 2019-03-30 19:14:42 +08:00
ruanyf
c54a3835e7 docs(string): edit 模板字符串 2019-03-28 16:28:24 +08:00
ruanyf
67eee047ee docs(class): edit arrow function'this 2019-03-27 06:49:40 +08:00
Ruan YiFeng
6fc46035ce
Merge pull request #830 from helloztz/patch-1
变量名称错误
2019-03-21 11:46:45 +08:00
helloztz
121c29dc56
变量名称错误 2019-03-21 11:22:07 +08:00
ruanyf
0fe7edb898 docs(decorator): fix babel 2019-03-21 10:33:31 +08:00
ruanyf
cc95387e4b docs(class-extends): fix mixin #820 2019-02-21 16:53:41 +08:00
ruanyf
679bb51386 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2019-02-19 16:21:16 +08:00
ruanyf
feeb592181 docs(class): fix new.target #819 2019-02-19 16:19:46 +08:00
Ruan YiFeng
23883cc0af
Merge pull request #815 from byog/patch-3
Update async.md
2019-02-19 14:30:47 +08:00
Ruan YiFeng
1a4ab0ea86
Merge pull request #814 from byog/patch-2
Update generator.md
2019-02-19 14:17:05 +08:00
ruanyf
a37a6b76f9 docs(class-extends): fix super #812 2019-02-19 14:12:19 +08:00
ruanyf
2fd150610f docs(class): fix class 表达式 #818 2019-02-18 22:34:15 +08:00
ruanyf
2e97d01e0f docs(class): fix this #813 2019-02-18 22:19:04 +08:00
Ruan YiFeng
9808707472
Merge pull request #816 from byog/patch-5
Update module-loader.md
2019-02-16 23:36:56 +08:00
byog
e2a52f92ea
Update module-loader.md
语义不完整
2019-02-16 16:58:54 +08:00
byog
c88911c88d
Update async.md
语义不完整
2019-02-15 00:25:20 +08:00
byog
2cfe112c69
Update generator.md
语句不完整
2019-02-14 16:09:59 +08:00
Ruan YiFeng
b26bc37017
Merge pull request #811 from CosSalt/patch-5
函数内部重新声明参数
2019-02-13 13:07:22 +08:00
CosSalt
b72d92aab6
函数内部重新声明参数
函数内部重新声明参数在函数声明时不会报错,在使用时才会报错
2019-02-13 12:56:05 +08:00
Ruan YiFeng
29abe06a96
Merge pull request #809 from KsRyY/patch-1
修改babel系列包名为最新的@babel/*
2019-02-13 12:11:37 +08:00
Ruan YiFeng
acf1804a2a
Merge pull request #810 from Sakuraine/patch-1
super(length, length) => super(length, width);
2019-02-13 12:10:37 +08:00
iNE
83af4043f0
super(length, length) => super(length, width); 2019-02-11 19:02:35 +08:00
Andy Chen
b51d7d91af
修改babel系列包名为最新的@babel/* 2019-02-11 16:00:40 +08:00
ruanyf
32c1d1875d docs(generator): edit yield* 2019-02-10 15:48:21 +08:00
ruanyf
f13a2b50a7 docs: edit decorator 2019-02-09 20:37:44 +08:00
Ruan YiFeng
546b9d3bce
Merge pull request #807 from grainXianSen/patch-1
Update class.md
2019-02-01 00:19:21 +08:00
grain先森
a2d306cbc9
Update class.md
修改错别字
2019-01-31 17:29:03 +08:00
ruanyf
8240374c62 docs(intro): update babel 2019-01-31 00:06:56 +08:00
Ruan YiFeng
1b95b97b13
Merge pull request #803 from byog/patch-1
Update function.md
2019-01-28 13:57:44 +08:00
byog
71f2a07e7c
Update function.md
语义不完整
2019-01-26 17:40:09 +08:00
Ruan YiFeng
266f20f674
Merge pull request #788 from fengyuanchen/gh-pages
Fix typos and styles
2019-01-25 15:37:20 +08:00
Ruan YiFeng
962cda2a51
Merge pull request #802 from marjune163/patch-1
Update string.md
2019-01-25 14:51:48 +08:00
marjune
636c5db5d6
Update string.md
fix(string): use ANSI quote
2019-01-25 12:17:41 +08:00