Commit Graph
1628 Commits
Author SHA1 Message Date
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 YiFengandGitHub 024ff64939 Merge pull request #745 from Maecenas/patch-1
Update style.md
2018-09-08 21:04:59 +08:00
Maecenas LiandGitHub 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 YiFengandGitHub 50e3e4c53d Merge pull request #741 from CosSalt/patch-4
书写错误
2018-08-23 11:49:59 +08:00
Ruan YiFengandGitHub a0b9606b49 Merge pull request #740 from CosSalt/patch-3
书写错误
2018-08-23 11:41:23 +08:00
CosSaltandGitHub b2e5add5d0 书写错误
Infinite 应为 Infinity
2018-08-22 22:29:31 +08:00
CosSaltandGitHub 3e8c8bf6e9 书写错误
用全局搜索又发现了两个BigInt书写错误
2018-08-22 15:15:51 +08:00
Ruan YiFengandGitHub 163de7ee93 Merge pull request #738 from CosSalt/patch-1
修改错误
2018-08-22 14:15:58 +08:00
CosSaltandGitHub 14704db399 修改错误
书写错误,BigInt写成了BitInt
2018-08-22 01:10:13 +08:00
Ruan YiFengandGitHub 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 MaandGitHub 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 YiFengandGitHub 7c49f7edc2 Merge pull request #728 from LeoLcy/patch-1
语法错误,箭头函数单行不需要return
2018-07-25 07:41:44 +08:00
leolcyandGitHub 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 YiFengandGitHub 2f0537eb08 Merge pull request #718 from kaqiling/patch-1
Update async.md
2018-07-12 17:09:55 +08:00
hantyandGitHub 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 YiFengandGitHub e11bc6133d Merge pull request #710 from juzhiyuan/patch-1
Update module.md
2018-07-04 17:07:59 +08:00
Shaoyao·琚andGitHub 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 YiFengandGitHub 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
favefanandGitHub e4351e2a70 word change. 2018-06-21 09:28:48 +08:00
Ruan YiFengandGitHub 06fac98bb1 Merge pull request #697 from snow212-cn/patch-2
Update object.md
2018-06-08 07:53:19 +08:00
snow212-cnandGitHub 6583714f3b Update object.md
这两段不知所云的英文插进代码段要干什么
2018-06-07 22:34:19 +08:00
ruanyf cdc7e48d93 docs(array): edit spread operator #694 2018-06-05 16:48:43 +08:00
ruanyf 688ca45e6f docs(Reflect): fix Reflect.setPrototypeOf #693 2018-06-05 13:33:35 +08:00
ruanyf 0f536b7217 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-06-04 11:13:17 +08:00
ruanyf 42e06a84d9 docs(reference): edit reference 2018-06-04 11:12:30 +08:00
Ruan YiFengandGitHub 3a40242e74 Merge pull request #689 from shenzhim/gh-pages1
@std/esm 已经deprecated,改为esm
2018-06-02 18:22:56 +08:00
shenzhim dfd5c0ac0e @std/esm 已经deprecated,改为esm 2018-05-31 19:30:36 +08:00
Ruan YiFengandGitHub fe1e4b234e Merge pull request #686 from taxilng/patch-2
Update symbol.md
2018-05-28 13:50:37 +08:00
taxilngandGitHub 54eba0dc17 Update symbol.md
demo不能在游览器上直接运行,故修改下;
2018-05-24 10:30:28 +08:00
Ruan YiFengandGitHub 591b05babe Merge pull request #682 from taxilng/patch-1
Update object.md
2018-05-23 05:04:58 +08:00