ruanyf
|
22b0f1d472
|
docs(arrayBuffer): edit arrayBuffer
|
2017-10-27 13:35:10 +08:00 |
|
waiting
|
b884411b1e
|
docs: 改进表述
“第一个元素”含义不明确容易让人混淆。arraybuffer本身是底层内存空间,(第n个)元素是从读取数据的角度来说的。用于读取出信息赋值给的变量而已。而此处读取操作仅执行了一次,没有多次读取,不存在多个元素需要表述的情况。所以不应该使用序列表述,否则读者会疑问那第二个元素在哪儿? 再者此处是针对 arraybuffer 的案例,应该从arraybuffer的角度来叙述,采用其相关用语。比如bit, byte, 第n个字节等等更好。
|
2017-10-27 09:47:29 +08:00 |
|
ruanyf
|
cc33b1fd3d
|
docs(function): edit 双冒号运算符 #529
|
2017-10-26 11:24:57 +08:00 |
|
ruanyf
|
ce3b9f598b
|
docs(class-extends): edit class-extends
|
2017-10-25 13:36:17 +08:00 |
|
ruanyf
|
be281832bf
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-10-25 10:24:55 +08:00 |
|
ruanyf
|
581e760b20
|
docs: edit let
|
2017-10-25 10:24:44 +08:00 |
|
dahong
|
9022f046e3
|
修改一点儿代码
proxy.foo = proxy // true
改为
proxy.foo === proxy // true
|
2017-10-18 16:24:13 +08:00 |
|
ruanyf
|
ea5f8d16d1
|
docs(generator-async): edit co #522
|
2017-10-17 11:11:23 +08:00 |
|
ruanyf
|
7680ea586a
|
docs(arraybuffer): edit ab2str
|
2017-10-15 16:09:15 +08:00 |
|
ruanyf
|
24e9149543
|
docs(arraybuffer): edit ab2str
|
2017-10-15 09:37:12 +08:00 |
|
waiting
|
4640bed36a
|
fix: ab2string() calculation of array length
|
2017-10-14 16:26:26 +08:00 |
|
waiting
|
143a1e4b13
|
docs(ArrayBuffer): optimize ab2str()
|
2017-10-14 16:01:38 +08:00 |
|
waiting
|
2a82f81022
|
docs(ArrayBuffer): add conversion demos
|
2017-10-14 12:01:59 +08:00 |
|
ruanyf
|
0f0408563d
|
docs(module-loader): 浏览器模块的加载顺序
|
2017-10-12 17:53:32 +08:00 |
|
ruanyf
|
911dd3404a
|
docs(class-extends): 子类继承父类的静态方法
|
2017-10-12 09:59:24 +08:00 |
|
ruanyf
|
70efc5d7d6
|
docs(set): edit set/forEach
|
2017-10-11 13:07:23 +08:00 |
|
ruanyf
|
f6c7ded8da
|
docs(object): add object spread #517
|
2017-10-11 12:19:43 +08:00 |
|
ruanyf
|
1ac918c804
|
docs(symbol): edit symbol/Symbol.instanceOf
|
2017-10-10 11:04:41 +08:00 |
|
ruanyf
|
88248d97c3
|
docs(array): edit array/spread
|
2017-10-10 08:14:56 +08:00 |
|
ruanyf
|
a782099ff2
|
docs(object): edit object/super
|
2017-10-09 11:52:51 +08:00 |
|
ruanyf
|
55dc77e01d
|
docs(object): edit object/Object.assign
|
2017-10-08 13:47:40 +08:00 |
|
ruanyf
|
84503df2cf
|
docs(proxy): edit proxy.get/receiver
|
2017-10-04 07:42:56 +08:00 |
|
ruanyf
|
be04c5216a
|
docs(string): edit tagged template #510
|
2017-10-01 07:12:15 +08:00 |
|
ruanyf
|
71a8a26585
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-10-01 06:55:00 +08:00 |
|
ruanyf
|
1459519ff0
|
docs(number): edit Number.EPSILON #508
|
2017-10-01 06:54:47 +08:00 |
|
ruanyf
|
673440939e
|
docs(number): edit Number.EPSILON #508
|
2017-10-01 06:48:10 +08:00 |
|
lihln
|
f3dbf39b9c
|
fetch语义错误
|
2017-09-28 18:15:58 +08:00 |
|
ruanyf
|
2585e72712
|
docs(style): edit style #506
|
2017-09-27 20:59:07 +08:00 |
|
ruanyf
|
7d53d51e8c
|
docs(number): edit docs/number
|
2017-09-27 07:27:49 +08:00 |
|
Jet
|
de00dc246e
|
Math.trunc()和Math.sign() 补充了几个例子
Math.sign() //NaN
Math.sign("") //0
等等
|
2017-09-26 10:14:24 +08:00 |
|
ruanyf
|
70ef6e631c
|
docs(intro): edit intro
|
2017-09-26 08:01:43 +08:00 |
|
Ruan YiFeng
|
f1d954a41e
|
Merge pull request #504 from waitingsong/dev
fix and docs update
|
2017-09-26 08:00:35 +08:00 |
|
Ruan YiFeng
|
833a15b0fc
|
Merge pull request #503 from Manzeon/patch-1
SyntaxError
|
2017-09-26 07:18:48 +08:00 |
|
ruanyf
|
2a3cc90a4d
|
docs(readme): edit README
|
2017-09-25 07:09:09 +08:00 |
|
waiting
|
7b2b8f1e46
|
docs: use let/const instead of var
|
2017-09-24 17:14:17 +08:00 |
|
waiting
|
5fbafe9efc
|
docs: use let/const instead of var
|
2017-09-24 16:58:37 +08:00 |
|
waiting
|
37b125e7fa
|
fix: variable scope
|
2017-09-24 16:56:34 +08:00 |
|
waiting
|
7030c70270
|
docs: use let/const instead of var
|
2017-09-24 16:55:15 +08:00 |
|
waiting
|
e61fa4c3ed
|
docs: remove unnecessary sharedBuffer
|
2017-09-24 16:50:05 +08:00 |
|
waiting
|
d29cca0cef
|
docs: use let/const instead of var
|
2017-09-24 16:46:09 +08:00 |
|
waiting
|
4e51b601a2
|
docs: use let/const instead of var
|
2017-09-24 16:33:37 +08:00 |
|
waiting
|
4ae0a310e9
|
docs: use let/const instead of var
|
2017-09-24 16:30:08 +08:00 |
|
waiting
|
5d9f3dd773
|
docs: use let/const instead of var
|
2017-09-24 16:28:10 +08:00 |
|
Wenjun Gong
|
ce8879f2ac
|
SyntaxError
Missing function name
|
2017-09-24 14:36:51 +08:00 |
|
waiting
|
99410abf6e
|
docs: use let/const
|
2017-09-24 12:04:24 +08:00 |
|
waiting
|
03697778a6
|
docs: 规格改为规范
|
2017-09-24 12:00:10 +08:00 |
|
lulin
|
fcc5171767
|
“比如”写成了“不如”。
|
2017-09-19 10:44:26 +08:00 |
|
ruanyf
|
b6fd6302c7
|
docs(promise): edit promise.catch #500
|
2017-09-18 16:06:33 +08:00 |
|
ruanyf
|
1fd3254458
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-09-14 08:48:13 +08:00 |
|
ruanyf
|
59a006a135
|
docs(function): edit function
|
2017-09-14 08:48:03 +08:00 |
|