1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

85 Commits

Author SHA1 Message Date
Chen Fengyuan
7d266f0ce7 docs: fix typos 2019-01-23 15:06:56 +08:00
ruanyf
13efdcb591 docs(string): fix padStart #769 2018-11-16 13:26:09 +08:00
ruanyf
dac4476a95 docs(string): fix padStart #769 2018-11-15 18:47:59 +08:00
ruanyf
677621fe33 docs(string): delete String.prototype.at() #736 2018-08-15 12:01:57 +08:00
ruanyf
d89de23e1d docs(string): edit template function 2018-07-30 21:21:38 +08:00
zhangbao
c64177a5dc
Update string.md 2018-02-09 13:26:01 +08:00
zhangbao
e59bd7b537
Fix typo.
charAt方法返回的,并非是 UTF-16 编码的第一个字节

而是

期望返回的是用2个字节表示的字符。
2018-02-09 12:56:15 +08:00
ruanyf
14c45fe2f5 doc: update to ES2018 2018-01-29 08:47:04 +08:00
ruanyf
6097cc302f docs(regex): edit regex 2018-01-25 15:54:17 +08:00
ruanyf
ee982c4314 docs(string): edit String.raw 2018-01-24 15:08:15 +08:00
Ika
e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
zwdsjl
44c6a81168
Update string.md 2017-11-04 14:18:35 +08:00
ruanyf
be04c5216a docs(string): edit tagged template #510 2017-10-01 07:12:15 +08:00
waiting
5d9f3dd773 docs: use let/const instead of var 2017-09-24 16:28:10 +08:00
Yuanzhi.Peng
bf08c56051 Update 源字符串 to 原字符串 2017-08-22 15:26:06 +08:00
ruanyf
a188e963f6 docs(string): edit string 2017-08-19 11:11:45 +08:00
Jet
d69da6aa65 453行,显示的结果应为字符串"3"
正在学习ES6,收货良多。
2017-08-17 17:05:53 +08:00
Aolvi
acb05c62ad Fix typo of a pair of quotes 2017-07-30 19:28:08 -05:00
ruanyf
1b928fb71f docs(async): edit async 2017-07-25 13:47:42 +08:00
ruanyf
696e6a7b1b docs(string): edit template string 2017-06-10 22:50:59 +08:00
Jacty
3aed4ae0fb typo mistake
typo mistake
2017-04-13 02:58:57 +08:00
ruanyf
012826a478 docs(string): edit string 2017-03-14 13:48:00 +08:00
ruanyf
6e944000df docs(async): 拆分 generator 函数的异步操作与 async 函数 2017-02-03 01:44:26 +08:00
ruanyf
366c4ddfb5 docs(string): edit string 2016-12-03 09:43:14 +08:00
Sandon
dc44575205 change 'charCodeAt' to 'codePointAt'
I think maybe it is a clerical error.  Maybe  'codePointAt' is the word you want to write, because it is more reasonable according to the context.
2016-12-03 07:50:06 +08:00
ruanyf
b2b00c29d0 docs(string): add an example of template string 2016-10-18 13:12:39 +08:00
糖饼
70ab40fd3d 修正错别字 2016-10-09 10:30:20 +08:00
ruanyf
96b6c5a3fd docs(regex): add Unicode property class 2016-10-03 22:46:08 +08:00
ruanyf
102bf25570 fix(string): fix typo 2016-09-14 23:40:41 +08:00
ruanyf
fe3446c157 docs(symbol): edit simbol.hasInstance 2016-08-16 15:41:37 +08:00
Yan Zhang
371f467baa Update string.md 2016-07-17 10:44:00 +08:00
ruanyf
18b98ed3d2 docs(destructuring): edit object destructuring 2016-07-12 08:56:00 +08:00
ruanyf
4e2fadc8dd docs(string): edit normalize 2016-06-21 09:00:06 +08:00
ruanyf
399c635290 docs: edit generator 2016-06-01 12:47:11 +08:00
UFOwl
9883645639 Update string.md 2016-05-28 21:54:57 +08:00
molunerfinn
b02a848b45 Fix coding style in docs/string.md 2016-05-19 14:57:24 +08:00
ruanyf
b28145ef26 doc(string): edit 模板字符串 2016-05-18 11:50:08 +08:00
兔哥
71b13a4351 docs(let): 修正函数默认参数的死区问题 2016-05-04 14:02:22 +08:00
ruanyf
68a50598b2 docs(string): String.prototype.at() 2016-02-18 16:39:10 +08:00
J.K.SAGE
8408a3c4f9 Update string.md
line626
也就是说,`tag`数实际上以下面的形式调用。->
也就是说,`tag`函数实际上以下面的形式调用。
2016-02-16 13:52:11 +09:00
ruanyf
ccbc40a61b docs: edit object/rest & spread 2016-02-15 16:13:24 +08:00
ruanyf
40437de61a doc: add ES7 stage 3 features 2016-02-09 09:23:29 +08:00
ruanyf
c6b9b0ce0d add string/padStart & padEnd 2015-11-28 19:27:17 +08:00
ruanyf
7bad020cde edit string/template string 2015-10-28 10:49:15 +08:00
ruanyf
7c51ca6cf2 edit string & function 2015-10-27 08:30:17 +08:00
ruanyf
86eca41818 edit symbol 2015-10-15 07:50:47 +08:00
ruanyf
6c3396809c edit string & promise 2015-10-02 12:10:21 +08:00
ruanyf
64a77470f8 add string/template example 2015-09-07 20:49:25 +08:00
ruanyf
9dcdc6a9e8 edit module, array 2015-08-31 11:12:16 +08:00
ruanyf
417b7c825a edit object/template string 2015-08-26 07:34:23 +08:00