ruanyf
|
2fe9716a09
|
docs(spec): edit glossary
|
2018-01-14 22:07:05 +08:00 |
|
ruanyf
|
bf1914497b
|
docs(module): fix import script suffix
|
2018-01-11 14:27:31 +08:00 |
|
ruanyf
|
b2877ad0fa
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2018-01-11 11:25:51 +08:00 |
|
ruanyf
|
f847132b3c
|
docs(iterator): fix return() #585
|
2018-01-11 11:25:46 +08:00 |
|
Ruan YiFeng
|
ad08ffee15
|
Merge pull request #582 from picc-lu/gh-pages
Update Array
|
2018-01-09 01:35:28 -06:00 |
|
picc-lu
|
71bebc5011
|
Update Array
1. 修改copyWithin方法中target参数的描述
2. 添加一个find方法一节中的例子
|
2018-01-08 21:16:45 +08:00 |
|
LiMengKe
|
4070712141
|
Update decorator.md
${name} is wrapped with ""
|
2018-01-07 23:34:14 +08:00 |
|
ruanyf
|
796501b264
|
docs(function): fix typo
|
2018-01-06 16:34:23 +08:00 |
|
ruanyf
|
6807435578
|
docs(Number): edit Number
|
2018-01-06 14:38:24 +08:00 |
|
Ruan YiFeng
|
b3eec5c3bc
|
Merge pull request #575 from picc-lu/picc-lu-patch-1
请求更新——Number.isInteger 和 Math.fround 一节
|
2018-01-05 23:07:06 -06:00 |
|
picc-lu
|
efd6a71825
|
Update Math.fround
小修
|
2018-01-05 12:11:19 +08:00 |
|
picc-lu
|
c122e669dc
|
Update Math.fround
基于 IEEE 754 标准修改 Math.fround 一节的介绍
|
2018-01-05 11:57:53 +08:00 |
|
picc-lu
|
ef25faa3dc
|
临时
|
2018-01-04 23:31:25 +08:00 |
|
picc-lu
|
dbcaa24a7f
|
Update Number.isInteger function
基于 JavaSciprt 的浮点数 IEEE 754 标准进行深入分析。
|
2018-01-04 18:59:59 +08:00 |
|
picc-lu
|
3cc432075d
|
Update number.md
|
2018-01-03 22:44:01 +08:00 |
|
picc-lu
|
5fca18cb62
|
Update number.md
|
2018-01-03 22:43:00 +08:00 |
|
gongpeione
|
90392b6e40
|
Fix 替代数组->替代函数
扩展运算符应该是可以替代函数的 apply 方法。
|
2018-01-03 00:36:05 +08:00 |
|
picc-lu
|
a79f879b51
|
Update number.md
|
2018-01-02 23:30:30 +08:00 |
|
picc-lu
|
afe19e0e86
|
Update number.md
|
2018-01-02 21:56:33 +08:00 |
|
ruanyf
|
b9e9f4e5b4
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2018-01-02 17:29:52 +08:00 |
|
ruanyf
|
3eeb90b85c
|
docs(class): edit private method #572
|
2018-01-02 17:29:38 +08:00 |
|
zhangbao
|
1ed4d66278
|
docs(destructuring): fix typo
|
2018-01-02 15:12:39 +08:00 |
|
zhangbao
|
edc4ff260c
|
doc(destructuring): 英文单词与中文之间空一格
|
2018-01-02 15:03:01 +08:00 |
|
zhangbao
|
686fb84a32
|
docs(module): 修改句式
较为清楚地表达意思。
|
2018-01-01 21:56:43 +08:00 |
|
zhangbao
|
e3f7e972e5
|
Merge branch 'gh-pages' into gh-pages
|
2018-01-01 05:15:48 -06:00 |
|
zhangbao
|
73cd2a2f92
|
docs(destructuring): fix typo
修改了两处:
第一处:去掉假设词“如果”;明确`null`是个有效的赋值,它导致了默认值`3`失效。
第二处:参考章节字样使用圆括号括起来了。
|
2018-01-01 18:37:57 +08:00 |
|
zhangbao
|
083c99e838
|
docs(destructuring): 补全报错信息
这样直接看代码的话,更能直观了解到要先声明 y 才能使用它,而不是在声明 y 前就使用它。
|
2018-01-01 18:23:16 +08:00 |
|
zhangbao
|
95caa944a3
|
docs(destructuring): 修改句式
将否定句改为肯定句,更能快速理解。
|
2018-01-01 18:13:54 +08:00 |
|
ruanyf
|
0051af0528
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-12-29 15:55:45 +08:00 |
|
ruanyf
|
1ff6639dfa
|
docs(regex): edit y flag
|
2017-12-29 15:55:22 +08:00 |
|
Ruan YiFeng
|
faefd427a0
|
Merge pull request #569 from baooab/patch-3
Fix typo
|
2017-12-26 20:54:03 -06:00 |
|
Ruan YiFeng
|
7b728a4f31
|
Merge pull request #568 from baooab/patch-2
Fix:统一例子中的代码风格
|
2017-12-26 20:50:43 -06:00 |
|
zhangbao
|
6b647bd7d7
|
Fix typo
|
2017-12-26 11:11:47 +08:00 |
|
zhangbao
|
311cfaa50d
|
Fix:统一例子中的代码风格
更能清晰地分辨出是对象字面量声明中的方法简写
|
2017-12-26 10:55:39 +08:00 |
|
zhangbao
|
5bda2fdb53
|
docs:Fix typo
The type of `value` is number, not string.
|
2017-12-26 09:03:51 +08:00 |
|
ruanyf
|
488983f6d4
|
docs(symbol): edit symbol.species #566
|
2017-12-21 19:17:27 +08:00 |
|
ruanyf
|
649b29779a
|
docs(symbol): edit symbol.species #506
|
2017-12-21 19:16:44 +08:00 |
|
Open Next
|
0213ffc1ab
|
docs(style): modify the bold format of -(3)yield
remove needless space char in **(3)yield* **
|
2017-12-13 15:33:14 +08:00 |
|
ruanyf
|
465b82597a
|
docs(module-loader): fix typo
|
2017-12-11 05:04:01 +08:00 |
|
ruanyf
|
41efa95b18
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-12-07 10:26:25 +08:00 |
|
ruanyf
|
22c3b931dc
|
docs(proxy): edit set()
|
2017-12-07 10:26:10 +08:00 |
|
isLishude
|
48ccd23c17
|
增加ES5中reduce方法对数组空位的处理
```js
[1,,2].reduce((x,y)=>{
console.log(x,y)
return x+y
})
// 输出
// 1 2
// 3
```
|
2017-12-06 09:32:15 +08:00 |
|
ruanyf
|
7740f5d075
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-12-05 21:42:36 +08:00 |
|
ruanyf
|
075c27b54d
|
docs(decorator): edit method decorator
|
2017-12-05 21:42:30 +08:00 |
|
Jing Ma
|
3f28d7b06e
|
Updated example and explanation of Symbol.species
|
2017-11-24 16:17:31 +08:00 |
|
ruanyf
|
d808c68ce0
|
docs(generator): add generator context
|
2017-11-24 14:44:51 +08:00 |
|
ruanyf
|
1357a8e345
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-11-23 17:01:23 +08:00 |
|
ruanyf
|
bfa394a2d7
|
docs(style): fix typo
|
2017-11-23 16:59:21 +08:00 |
|
Jing Ma
|
7dd83344b6
|
Updated result of examples
|
2017-11-22 11:50:53 +08:00 |
|
ruanyf
|
b424224cb7
|
docs(set): edit set
|
2017-11-21 13:38:59 +08:00 |
|