1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

1362 Commits

Author SHA1 Message Date
ruanyf
e1abf373a3 docs(object): edit object 2017-01-07 13:31:27 +08:00
ruanyf
a8cb58ba96 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-01-05 11:17:31 +08:00
ruanyf
2b74904568 docs(arraybuffer): edit arraybuffer 2017-01-05 11:17:25 +08:00
Ruan YiFeng
9e79be218a Merge pull request #306 from MRLuowen/patch-2
更新
2017-01-04 20:46:24 -06:00
MRLuowen
884c008313 更新
修改异步编程接口一个对象名称错误
2017-01-03 18:34:09 +08:00
ruanyf
53ed0a0a3b Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-01-02 23:20:24 +08:00
ruanyf
6609f64696 docs(async): edit async 2017-01-02 23:19:46 +08:00
ruanyf
f02924cd5a docs(async): edit async/asyncIterable 2017-01-01 19:21:09 +08:00
Ruan YiFeng
124b154496 Merge pull request #300 from hanzhijue/gh-pages
Fix type in promise.md
2016-12-28 19:37:20 -06:00
Kaka
5ea84ae9a9 Update promise.md
Fix typo
2016-12-28 02:45:38 +08:00
ruanyf
a44b2f0fa8 docs(promise): edit Promise.reject 2016-12-27 11:35:14 +08:00
ruanyf
e653a31d7b Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-12-26 06:11:23 +08:00
ruanyf
c39d1e580d docs(proxy): edit proxy 2016-12-26 06:11:16 +08:00
Ruan YiFeng
e2d68dbebc Merge pull request #299 from yongmin-chen/patch-1
Update module.md
2016-12-26 05:45:26 +08:00
Eamonn
6f120e1212 Update module.md 2016-12-25 17:11:39 +08:00
ruanyf
04f582da78 docs(proxy): edit proxy 2016-12-24 20:56:36 +08:00
ruanyf
c7d9c5d138 docs: add new chapter of Reflect 2016-12-24 11:53:18 +08:00
ruanyf
496e286eeb fix: restore object.md 2016-12-23 10:13:10 +08:00
Ruan YiFeng
254447ad59 Merge pull request #298 from johnjackson/patch-1
处理数组 这里写反了
2016-12-22 12:34:22 +08:00
ruanyf
192928dc42 docs(let): edit let 2016-12-21 14:54:20 +08:00
王宁
09a72af364 Update and rename object.md to object2.md
处理数组 这里写反了
2016-12-21 14:52:33 +08:00
ruanyf
67f9495d64 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-12-20 17:40:21 +08:00
ruanyf
0d21c136c5 docs: edit Symbol 2016-12-20 17:39:34 +08:00
Ruan YiFeng
904dd9d4ed Merge pull request #296 from hyjiacan/patch-1
Update module.md
2016-12-20 12:25:07 +08:00
hyjiacan
a6ece9cfa3 Update module.md
拼写错误
2016-12-20 09:03:01 +08:00
ruanyf
329edc0711 docs(reflect): edit Reflect API 2016-12-19 23:13:30 +08:00
ruanyf
aab07bdbc8 docs(set): edit set 2016-12-15 15:24:30 +08:00
ruanyf
ad472cdf6a fix: add .nojekyll 2016-12-13 19:50:51 +08:00
ruanyf
2479a47dd4 docs(readme): edit README 2016-12-13 19:48:04 +08:00
ruanyf
14d35a2e1c docs(readme): edit README 2016-12-13 19:27:28 +08:00
ruanyf
7f0b3fe2f0 docs(object): edit Object.value() 2016-12-13 19:22:09 +08:00
ruanyf
e9fbf72aac docs(class): edit class/super 2016-12-07 20:08:53 +08:00
ruanyf
51f3119ef6 docs(module): edit module 2016-12-06 12:56:38 +08:00
ruanyf
c9df99c2f7 docs(module): edit module 2016-12-06 12:47:50 +08:00
ruanyf
e26aa6be60 docs(module): edit module 2016-12-05 23:02:53 +08:00
ruanyf
166d092f23 docs(module): edit module 2016-12-05 22:45:42 +08:00
ruanyf
50e2648405 docs(module): edit module 2016-12-05 22:43:42 +08:00
ruanyf
fd079ccda1 docs(let): edit let 2016-12-04 10:26:11 +08:00
ruanyf
aee75c1ef3 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-12-04 10:23:57 +08:00
Ruan YiFeng
c36509bc06 Merge pull request #291 from xhlwill/patch-1
fix: IIFE 不一定是匿名
2016-12-04 10:23:22 +08:00
ruanyf
28050a9db7 docs(modual): add import() 2016-12-04 10:09:20 +08:00
xhlwill
eba11dd8c7 fix: IIFE 不一定是匿名
(function a() {
  console.log('aaa');
}());
2016-12-04 02:49:08 +08:00
ruanyf
366c4ddfb5 docs(string): edit string 2016-12-03 09:43:14 +08:00
Ruan YiFeng
2361c73019 Merge pull request #290 from Sandon/patch-1
change 'charCodeAt' to 'codePointAt'
2016-12-03 09:40:58 +08:00
Sandon
dc44575205 change 'charCodeAt' to 'codePointAt'
I think maybe it is a clerical error.  Maybe  'codePointAt' is the word you want to write, because it is more reasonable according to the context.
2016-12-03 07:50:06 +08:00
ruanyf
cee05208e9 docs(regex): add s flag 2016-12-02 13:18:47 +08:00
ruanyf
bd2d951f45 docs(let): edit block scope 2016-12-01 16:06:35 +08:00
ruanyf
8d8db4e667 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-12-01 15:59:25 +08:00
ruanyf
fd666def3c docs(let): add do expression 2016-12-01 15:59:18 +08:00
Ruan YiFeng
b6a6518108 Merge pull request #289 from jacty/patch-3
typo mistake
2016-12-01 15:55:32 +08:00