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

1638 Commits

Author SHA1 Message Date
ruanyf
6a10936d64 docs(object): edit 扩展运算符 2018-11-10 17:59:52 +08:00
ruanyf
b48ce465ba docs(object): add Object.fromEntries 2018-11-10 13:14:52 +08:00
ruanyf
7a151448f7 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-11-10 11:36:32 +08:00
ruanyf
a0dab18d36 docs: object 一章拆分 2018-11-10 11:36:10 +08:00
Ruan YiFeng
95b157e8e1
Merge pull request #767 from cutPicturesMan/patch-1
Update module.md
2018-11-08 17:00:32 +08:00
zz
13f696e43b
Update module.md
这里有歧义。输出时已经each方法改写成forEach:'export { each as forEach }',import时只需要引入forEach即可,不需要再import { each as forEach } from 'lodash'。如果你import的as表示的是export中的第二个export,那实际上第三个的export就不需要写了
2018-11-06 06:21:49 -06:00
ruanyf
8a0f97459f docs(proxy): edit set() #765 2018-11-03 20:27:43 +08:00
ruanyf
6301c90a99 docs(regex): fix 具名组匹配 2018-10-18 19:59:33 +08:00
ruanyf
bad0552112 docs(async): fix await #752 2018-10-07 23:18:19 +08:00
ruanyf
a67b5782e7 docs(function): edit arrow function 2018-09-29 23:01:38 +08:00
ruanyf
99dd289cec docs: edit TypedArray/SharedArrayBuffer 2018-09-24 12:39:09 +08:00
ruanyf
f8ac3ec2ae Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-09-08 22:20:47 +08:00
ruanyf
16b56f7005 docs(arraybuffer): fix arraybuffay 2018-09-08 22:20:26 +08:00
Ruan YiFeng
024ff64939
Merge pull request #745 from Maecenas/patch-1
Update style.md
2018-09-08 21:04:59 +08:00
Maecenas Li
f7ea5af44d
Update style.md
Remove redundant quotes
2018-09-07 15:52:33 +08:00
ruanyf
283b571650 docs(class): edit 私有属性 2018-08-31 17:51:19 +08:00
ruanyf
bfd962c55f docs(number): 补充指数运算符 2018-08-30 13:00:50 +08:00
ruanyf
37d9896f96 docs(array): fix flatMap 2018-08-30 12:19:18 +08:00
Ruan YiFeng
50e3e4c53d
Merge pull request #741 from CosSalt/patch-4
书写错误
2018-08-23 11:49:59 +08:00
Ruan YiFeng
a0b9606b49
Merge pull request #740 from CosSalt/patch-3
书写错误
2018-08-23 11:41:23 +08:00
CosSalt
b2e5add5d0
书写错误
Infinite 应为 Infinity
2018-08-22 22:29:31 +08:00
CosSalt
3e8c8bf6e9
书写错误
用全局搜索又发现了两个BigInt书写错误
2018-08-22 15:15:51 +08:00
Ruan YiFeng
163de7ee93
Merge pull request #738 from CosSalt/patch-1
修改错误
2018-08-22 14:15:58 +08:00
CosSalt
14704db399
修改错误
书写错误,BigInt写成了BitInt
2018-08-22 01:10:13 +08:00
Ruan YiFeng
ba5ed7aed8
Merge pull request #737 from m4jing/patch-5
Fixed minor typo of Global Object Map
2018-08-18 06:09:04 +08:00
Jing Ma
a4b782b48a
Fixed minor typo of Global Object Map
Instead of `Maps`
2018-08-16 12:06:35 +08:00
ruanyf
677621fe33 docs(string): delete String.prototype.at() #736 2018-08-15 12:01:57 +08:00
ruanyf
0f1abfca5a docs(README): add wangdoc url 2018-08-14 15:07:53 +08:00
ruanyf
4c30a12b4e docs(proxy): fix deleteProperty #733 2018-08-14 15:00:14 +08:00
ruanyf
2bc6ef1a34 docs(array): add flat(), flatMap() 2018-08-05 21:28:16 +08:00
ruanyf
d89de23e1d docs(string): edit template function 2018-07-30 21:21:38 +08:00
Ruan YiFeng
7c49f7edc2
Merge pull request #728 from LeoLcy/patch-1
语法错误,箭头函数单行不需要return
2018-07-25 07:41:44 +08:00
leolcy
e423f4967f
语法错误
// reduce方法
[1,,2].reduce((x,y) => return x+y) // 3
修改后
[1,,2].reduce((x,y) => x+y) // 3
2018-07-24 18:10:53 +08:00
ruanyf
3034d8e4ed refact: cancel inline JS codes 2018-07-24 11:06:49 +08:00
ruanyf
86b5a9c33f docs(let): fix const #720 2018-07-17 21:45:13 +08:00
ruanyf
420a9f76f8 docs(let): fix const #720 2018-07-17 21:42:52 +08:00
ruanyf
0fe548fd2b docs(let): edit const #720 2018-07-17 12:25:38 +08:00
Ruan YiFeng
2f0537eb08
Merge pull request #718 from kaqiling/patch-1
Update async.md
2018-07-12 17:09:55 +08:00
hanty
94024df0f1
Update async.md 2018-07-11 14:46:51 +08:00
ruanyf
a46664f54a docs(iterator): fix return() 2018-07-06 10:36:01 +08:00
ruanyf
d4c8df426a docs(class-extends): fix super() #711 2018-07-06 10:32:43 +08:00
Ruan YiFeng
e11bc6133d
Merge pull request #710 from juzhiyuan/patch-1
Update module.md
2018-07-04 17:07:59 +08:00
Shaoyao·琚
efafe678d1
Update module.md
修正描述
2018-07-04 08:11:26 +02:00
ruanyf
e85f4dd15a docs(iterator): edit return() #708 2018-07-02 14:16:27 +08:00
ruanyf
3c44084f4b docs(class-extends): 删除 class X extends null 的讨论 2018-06-25 12:26:32 +08:00
Ruan YiFeng
b88434100d
Merge pull request #701 from favefan/patch-1
word change.
2018-06-21 17:01:41 +08:00
ruanyf
83bad90346 docs: edit class-extends 2018-06-21 16:57:09 +08:00
ruanyf
19e1974afe docs: edit class-extends 2018-06-21 16:40:25 +08:00
favefan
e4351e2a70
word change. 2018-06-21 09:28:48 +08:00
Ruan YiFeng
06fac98bb1
Merge pull request #697 from snow212-cn/patch-2
Update object.md
2018-06-08 07:53:19 +08:00