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 |
|
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 |
|
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 |
|
Ruan YiFeng
|
dff4d65aba
|
Merge pull request #232 from shiasn/gh-pages
fix: function Fibonacci2 bug
|
2016-07-14 22:44:31 +08:00 |
|
ruanyf
|
fdf489eafb
|
docs(class): edit extends
|
2016-07-14 21:27:34 +08:00 |
|
十三
|
a33b928158
|
fix: function Fibonacci2 bug
|
2016-07-14 16:45:49 +08:00 |
|
ruanyf
|
baabc6fc2c
|
docs(generator): edit generator
|
2016-07-14 15:01:16 +08:00 |
|
ruanyf
|
7d96eb0e85
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-14 14:59:09 +08:00 |
|
ruanyf
|
e657a675e8
|
docs(generator): edit generator
|
2016-07-14 14:59:02 +08:00 |
|
Ruan YiFeng
|
2c4aab774e
|
Merge pull request #231 from buluslidlink/gh-pages
Update generator.md
|
2016-07-14 14:58:09 +08:00 |
|
李海龙
|
0490d0b32f
|
Update generator.md
阮大神,近日在阅读ES6这本书的时候,发现Generator中关于yield*和for...of的关系描述的不是特别准确,因此加上了几句话,读者读起来的时候会更清晰些。
|
2016-07-14 12:47:26 +08:00 |
|
xcatliu
|
0ad6b4eb80
|
Update class.md
|
2016-07-12 17:06:22 +08:00 |
|
ruanyf
|
ec830dec9e
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-07-12 08:56:21 +08:00 |
|
ruanyf
|
18b98ed3d2
|
docs(destructuring): edit object destructuring
|
2016-07-12 08:56:00 +08:00 |
|
SudoKillMe
|
262dd03113
|
Update generator.md
|
2016-07-11 12:56:59 +08:00 |
|