ruanyf
|
20f27c2833
|
docs(reference): edit reference
|
2016-10-04 18:50:56 +08:00 |
|
ruanyf
|
bf30299b48
|
docs(simd): add simd chapter
|
2016-10-04 18:41:24 +08:00 |
|
ruanyf
|
96b6c5a3fd
|
docs(regex): add Unicode property class
|
2016-10-03 22:46:08 +08:00 |
|
ruanyf
|
b2b5556b25
|
docs(Symbol): edit Singleton 的例子
|
2016-09-29 22:12:46 +08:00 |
|
ruanyf
|
47aef5bca7
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-09-28 19:34:36 +08:00 |
|
ruanyf
|
1cd457d5cf
|
docs(object): fix object
|
2016-09-28 19:33:55 +08:00 |
|
Ruan YiFeng
|
300c09db87
|
Merge pull request #266 from jacty/patch-2
Update destructuring.md
|
2016-09-24 18:22:14 +08:00 |
|
Jacty
|
49919866cd
|
Update destructuring.md
修正395行错别字:‘结构’-》‘解构’
|
2016-09-23 11:22:28 +08:00 |
|
ruanyf
|
46af4fb5fe
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-09-21 19:48:40 +08:00 |
|
ruanyf
|
6c8bd07b8e
|
docs(proxy): edit proxy.has()
|
2016-09-21 19:47:59 +08:00 |
|
Ruan YiFeng
|
1b6a131e9f
|
Merge pull request #264 from air-cc/patch-1
Update generator.md
|
2016-09-21 19:15:37 +08:00 |
|
Air_cc
|
9ac9f943f5
|
Update generator.md
|
2016-09-20 17:29:06 +08:00 |
|
ruanyf
|
102bf25570
|
fix(string): fix typo
|
2016-09-14 23:40:41 +08:00 |
|
Ruan YiFeng
|
2bc8eaf207
|
Merge pull request #256 from jerossh/patch-1
240行代码块中缺少引号
|
2016-09-07 23:07:58 +08:00 |
|
Ruan YiFeng
|
3ec293796c
|
Merge pull request #257 from jerossh/patch-3
.ant-menu-horizontal > li.ant-menu-item
|
2016-09-06 23:50:25 +08:00 |
|
Jon
|
1092e53793
|
.ant-menu-horizontal > li.ant-menu-item
ant-design 乱入,去掉貌似是css语言的内容 .ant-menu-horizontal > li.ant-menu-item
|
2016-09-06 23:09:59 +08:00 |
|
Jon
|
3d6368c404
|
240行代码缺少引号
240行代码缺少引号。
p.then((val) => console.log(fulfilled:", val))
改p.then((val) => console.log("fulfilled:", val))为
|
2016-09-06 09:35:18 +08:00 |
|
ruanyf
|
3cbb8476e3
|
docs(generator): 使用 for...of 循环依次执行预定的操作步骤
|
2016-09-05 18:53:57 +08:00 |
|
ruanyf
|
8c06336a27
|
docs(generator): 使用 for...of 循环依次执行预定的操作步骤
|
2016-09-05 14:04:01 +08:00 |
|
ruanyf
|
c7a26bb8ec
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-09-04 01:39:09 +08:00 |
|
ruanyf
|
d0fd2b623e
|
docs(map): edit map
|
2016-09-04 01:38:44 +08:00 |
|
Ruan YiFeng
|
bc608e3af5
|
Merge pull request #255 from 7sDream/remove-typedarray-code-style
doc(arraybuff): remove/add inline-code style for some words
|
2016-08-31 21:44:01 +08:00 |
|
7sDream
|
1dc64e7789
|
doc(arraybuff): add code style for word "Uint8C" and "Canvas"
|
2016-08-30 22:27:12 +08:00 |
|
7sDream
|
c073002662
|
doc(arraybuff): remove/add inline-code style for some words
|
2016-08-30 15:37:38 +08:00 |
|
Ruan YiFeng
|
3209bfce28
|
Merge pull request #254 from wuxiaoxiong/patch-1
翻译修正
|
2016-08-24 08:30:37 +08:00 |
|
ruanyf
|
cc6a82dcc3
|
docs(promise): delete async
|
2016-08-23 14:42:33 +08:00 |
|
wuxiaoxiong
|
dd98409b96
|
翻译修正
感觉`非无穷`有些绕口,不如按英文直译来的更清晰
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isFinite
The Number.isFinite() method determines whether the passed value is a finite number.
|
2016-08-23 12:00:08 +08:00 |
|
Ruan YiFeng
|
b426312fa6
|
Merge pull request #250 from 7sDream/patch-1
edit (fix typo) in arraybuff.md
|
2016-08-19 06:44:40 +08:00 |
|
七秒不觉梦
|
508ad08def
|
edit (fix typo) in arraybuff.md
|
2016-08-17 00:20:46 +08:00 |
|
ruanyf
|
073ec29193
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-08-16 15:41:56 +08:00 |
|
ruanyf
|
fe3446c157
|
docs(symbol): edit simbol.hasInstance
|
2016-08-16 15:41:37 +08:00 |
|
Ruan YiFeng
|
54f7b44850
|
Merge pull request #249 from kei0502/patch-1
Update array.md
|
2016-08-12 15:45:04 +08:00 |
|
kei0502
|
f132557145
|
Update array.md
undefined拼错
|
2016-08-10 16:47:36 +08:00 |
|
Ruan YiFeng
|
2d9e0fa7b1
|
Merge pull request #244 from xqin/patch-1
删除多余的 }
|
2016-07-31 19:34:50 +08:00 |
|
小秦
|
832024cc4b
|
删除多余的 }
|
2016-07-31 11:49:00 +08:00 |
|
Ruan YiFeng
|
37c6272d2f
|
Merge pull request #241 from qingmingsang/gh-pages
fix typo
|
2016-07-28 00:28:22 +08:00 |
|
qingming
|
3d9dcd86ad
|
fix typo
不加return会继续往下执行resolve
|
2016-07-27 11:09:41 +08:00 |
|
Ruan YiFeng
|
e2c81a77d9
|
Merge pull request #238 from jacty/gh-pages
修改ES6对‘变量提升’定义的相关措辞
|
2016-07-26 20:12:15 +08:00 |
|
jacty
|
e3a8d9f863
|
更新描述
|
2016-07-25 17:19:39 +08:00 |
|
jacty
|
188d1a9576
|
因为ES6对变量提升的定义并不影响ES5的相关定义。所以,当以ES6为主的代码片中,使用var定义变量,则变量提升还是存在的。故而,我认为ES6只是对变量提升做了一些修订,并不是取消。若为取消,我认为应该在ES6环境下,设定var定义的变量也不存在变量提升。
|
2016-07-25 16:44:47 +08:00 |
|
ruanyf
|
e18aa221da
|
docs(generator): edit generator.throw()
|
2016-07-24 11:11:25 +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
|
8b9202cd6c
|
docs(symbol): add an example of Singleton
|
2016-07-21 21:41:19 +08:00 |
|
ruanyf
|
717ddb15dc
|
docs(set): fix example
|
2016-07-21 09:29:36 +08:00 |
|
ruanyf
|
f7f80e5472
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-19 10:15:23 +08:00 |
|
ruanyf
|
4c8c37c863
|
docs(module): edit SystemJS
|
2016-07-19 09:35:20 +08:00 |
|
Ruan YiFeng
|
e1cad8352e
|
Merge pull request #234 from Eskibear/patch-1
Update string.md
|
2016-07-17 11:57:19 +08:00 |
|
Yan Zhang
|
371f467baa
|
Update string.md
|
2016-07-17 10:44:00 +08:00 |
|
ruanyf
|
4fb1525a36
|
docs(function): edit tail optimization
|
2016-07-15 20:36:23 +08:00 |
|