Ruan YiFeng
|
19bb7ad9de
|
Merge pull request #277 from LcpMarvel/change_description_about_shorthand_properties
修改"属性的简洁表示法"描述
|
2016-11-12 16:33:25 -06:00 |
|
Michael-Lyu
|
f8e8242827
|
修改"属性的简洁表示法"描述
|
2016-11-12 20:59:29 +08:00 |
|
Ruan YiFeng
|
98310e5b3d
|
Merge pull request #276 from kiyonlin/patch-1
Update module.md
|
2016-11-12 06:33:21 -06:00 |
|
ruanyf
|
bd863cd40f
|
fix(class): edit class/super
|
2016-11-11 17:44:24 +08:00 |
|
kiyonlin
|
55f37af4fc
|
Update module.md
拼写错误
|
2016-11-11 16:21:33 +08:00 |
|
ruanyf
|
ded5622c5d
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-11-06 11:06:06 +08:00 |
|
ruanyf
|
70541a5749
|
docs(stdlib): edit generator
|
2016-11-06 11:03:08 +08:00 |
|
Viky-zhang
|
56687e0dcb
|
即->既
|
2016-11-05 12:18:47 +08:00 |
|
ruanyf
|
d50aa29a21
|
fix(iterator): fix typo
|
2016-11-03 08:14:37 +08:00 |
|
ruanyf
|
e0f36e61fc
|
docs(async): edit async
|
2016-10-24 19:57:17 +08:00 |
|
ruanyf
|
5258e43dd0
|
docs(function): 使用参数默认值,不能在函数内部显式开启严格模式
|
2016-10-19 14:00:22 +08:00 |
|
ruanyf
|
b2b00c29d0
|
docs(string): add an example of template string
|
2016-10-18 13:12:39 +08:00 |
|
ruanyf
|
c46a4ef8b5
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-10-12 22:22:36 +08:00 |
|
ruanyf
|
e364ba968a
|
docs(async): async Iterator
|
2016-10-12 22:22:23 +08:00 |
|
糖饼
|
70ab40fd3d
|
修正错别字
|
2016-10-09 10:30:20 +08:00 |
|
ruanyf
|
ddf6220289
|
docs(let): edit let/global
|
2016-10-08 01:35:33 +08:00 |
|
ruanyf
|
d95493c10a
|
docs(intro): edit intro
|
2016-10-07 12:51:15 +08:00 |
|
ruanyf
|
3a1b3690c7
|
docs(intro): edit intro
|
2016-10-07 12:05:29 +08:00 |
|
ruanyf
|
0465e7b34a
|
docs(let): edit let
|
2016-10-06 19:57:16 +08:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
七秒不觉梦
|
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 |
|
kei0502
|
f132557145
|
Update array.md
undefined拼错
|
2016-08-10 16:47:36 +08:00 |
|
小秦
|
832024cc4b
|
删除多余的 }
|
2016-07-31 11:49:00 +08:00 |
|
qingming
|
3d9dcd86ad
|
fix typo
不加return会继续往下执行resolve
|
2016-07-27 11:09:41 +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 |
|