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

64 Commits

Author SHA1 Message Date
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
ruanyf
7b116a976c fix typo of object.md 2015-08-26 07:23:50 +08:00
ruanyf
be427eb47f edit string 2015-08-04 09:19:51 +08:00
Ruan Yifeng
37413140d6 edit docs/string 2015-08-02 14:16:48 +08:00
Ruan Yifeng
46268a659d add docs/regex 2015-08-02 13:25:05 +08:00
Ruan Yifeng
5071062c27 edit docs/object 2015-08-01 15:18:26 +08:00
Ruan Yifeng
634ab7c5a2 edit docs/class 2015-07-31 20:46:08 +08:00
Ruan Yifeng
b7384ceb55 edit object/symbol 2015-06-27 15:35:19 +08:00
Ruan Yifeng
9e0abc24c4 edit string 2015-06-26 07:57:34 +08:00
Ruan Yifeng
6bf087c771 edit set 2015-06-16 15:33:36 +08:00
Ruan Yifeng
3503aae7f6 edit symbol 2015-06-14 08:44:35 +08:00
Ruan Yifeng
062742d1c5 edit string/RegExp.escape() 2015-06-14 08:43:05 +08:00
Ruan Yifeng
1352e36b18 edit iterator && string 2015-05-29 11:26:11 +08:00
Ruan Yifeng
15bcc0e81a edit let & function & string 2015-03-28 07:36:36 +08:00
Ruan Yifeng
5618f6e5e7 新建style.md 2015-03-03 23:30:21 +08:00
Ruan Yifeng
9344196b46 修改iterator/Symbol.iterator 2015-02-10 16:36:29 +08:00
Ruan Yifeng
b148bcdbfb 修改string/template string 2015-02-09 11:23:52 +08:00
Ruan Yifeng
78b4c2f282 修改string/模板字符串 2015-01-27 21:52:28 +08:00
Ruan Yifeng
93a5cdd882 修改string/startsWith的例子 2015-01-16 08:01:55 +08:00
Ruan Yifeng
4d044952dc 修改string/contains方法改为includes 2015-01-14 12:10:21 +08:00
Ruan Yifeng
5e9968e898 修改docs/class/模块 2014-12-12 08:40:44 +08:00
Ruan Yifeng
97fcf5d921 修改string/unicode 2014-12-10 22:30:47 +08:00