Commit Graph

66 Commits

Author SHA1 Message Date
ruanyf
a975c0ca1e docs(oop/this): fix #165 2020-03-17 18:09:14 +08:00
ruanyf
20423b9ccc docs(stdlib/number): fix #162 2020-03-04 18:44:22 +08:00
ruanyf
23b342aad9 docs(dom): add document.currentScript 2020-02-21 19:01:49 +08:00
ruanyf
f71489d048 docs(stdlib): edit regexp/exec() 2020-02-13 13:55:20 +08:00
Jacty
5312a09ac7 typo
fixed a typo
2020-01-07 02:22:23 +08:00
atimidguy
173611cb7b fixed typo 2019-12-24 12:16:23 +08:00
ruanyf
19d0628816 docs(stdlib): fix Date.setDate 2019-11-12 05:38:48 +08:00
ruanyf
786148c7b0 docs: fix #155 2019-11-04 18:44:07 +08:00
ruanyf
b8523bcffe docs(stdlib): edit Number/toLocalString() 2019-10-07 00:05:25 +08:00
ruanyf
cbf8fcf2b7 docs(stdlib): edit array/sort 2019-10-06 10:12:56 +08:00
Ruan YiFeng
a9dadd280e Merge pull request #137 from yuchen100/patch-3
Update regexp.md
2019-07-16 18:51:25 +08:00
雨辰
090b1728e5 Update regexp.md 2019-07-16 18:42:56 +08:00
雨辰
e022c1801d Update regexp.md 2019-07-16 18:21:29 +08:00
ruanyf
2785a886a8 docs(stdlib): edit regexp #132 2019-07-12 15:33:18 +08:00
于鹏
5193f401ee Update regexp.md
增加脱字符的示例,防止歧义。 原有示例:
>>>
```javascript
/[^abc]/.test('hello world') // true
```
>>> 上面代码中,字符串`hello world`不包含字母`a`、`b`、`c`中的任一个,所以返回`true`;
可能引起误解:不能包含a,b,c才能返回true
2019-07-11 11:19:21 +08:00
ruanyf
d4deebbaa6 docs(stdlib): edit number/toFixed #122 2019-04-28 21:56:42 +08:00
ruanyf
6006dbeeb8 docs(stdlib): edit regexp 2019-04-21 14:07:47 +08:00
Ruan YiFeng
f44b227b68 Merge pull request #119 from itellboy/master
docs(stdlib):edit regexp
2019-04-21 13:58:07 +08:00
ruanyf
53bae91a33 docs(stdlib): edit wrapper 2019-04-21 13:47:28 +08:00
GJ Wang
198d0efe86 docs(stdlib):edit regexp 2019-04-18 20:32:29 +08:00
ruanyf
c80e606e41 docs(stdlib): fix json/stringify 2019-03-21 15:49:08 +08:00
ruanyf
9cdd98c7ef docs(stdlib): fix attribute #109 2019-03-17 16:40:55 +08:00
rainzhou
44e93d58d3 fixed:文字错误矫正 2019-02-20 14:33:30 +08:00
ruanyf
edb442f863 docs(stdlib): fix date 2019-01-24 20:44:18 +08:00
Fengyuan Chen
ed3b9030f0 docs: fix typos and styles 2019-01-03 17:58:43 +08:00
ruanyf
1ed37253c6 docs(stdlib): fix attributes/hasOwnproperty 2018-12-27 17:04:36 +08:00
ruanyf
88b64db046 docs(stdlib): fix object 2018-12-21 13:37:58 +08:00
ruanyf
013c85c0fb docs(stdlib): delete Date.setYear() Date.getYear() 2018-12-04 15:53:04 +08:00
Shansing
63d6a738e9 docs(stdlib): edit json -- fix typo 2018-11-22 18:51:29 +08:00
ruanyf
9523e17f8c docs(stdlib): fix toLocaleString() 2018-11-20 14:24:58 +08:00
ruanyf
bd8651a368 docs(stdlib): edit array/shift 2018-11-07 17:09:46 +08:00
ruanyf
55b4ec6557 docs(stdlib): fix array 2018-09-29 10:42:56 +08:00
ruanyf
d2364276df docs(stdlib): fix regex 2018-09-21 16:45:09 +08:00
ruanyf
882b13014c docs(stdlib): edit regex 2018-09-12 12:59:17 +08:00
ruanyf
9af612278f docs(stdlib): edit regex 2018-09-12 12:32:26 +08:00
ruanyf
ddf44bb2ae docs(object): edit 属性描述对象 #41 2018-09-08 22:17:39 +08:00
ruanyf
61f810d076 docs(stdlib): edit date 2018-08-28 15:25:36 +08:00
ruanyf
f97074a972 docs(stdlib): edit date 2018-08-28 15:18:48 +08:00
GJ Wang
884edf555a docs(stdlib): edit date 2018-08-27 18:46:19 +08:00
GJ Wang
fa08be3826 docs(stdlib): fix math 2018-08-26 17:36:31 +08:00
ruanyf
cd31344eb2 docs(stdlib): edit json #30 2018-08-23 12:26:31 +08:00
smith latube
c4a5be0647 format the code
更具层次感
2018-08-20 21:10:56 +08:00
ruanyf
c07711eee4 docs(bom): add form 2018-06-21 13:10:45 +08:00
ruanyf
049f6b6568 docs: fix typos 2018-06-11 18:09:00 +08:00
ruanyf
b70e941781 docs(bom): add ArrayBuffer 2018-06-10 09:40:54 +08:00
ruanyf
80fe9f5d36 docs(stdlib): add ArrayBuffer 2018-06-09 22:55:08 +08:00
ruanyf
5e1b08cc4f docs(bom): add cors 2018-06-06 14:46:18 +08:00
ruanyf
becf6bb7d0 docs(regexp): edit regexp 2018-05-20 06:50:35 +08:00
ruanyf
aae1d3a167 docs(events): edit globaleventhandlers 2018-05-16 15:49:57 +08:00
ruanyf
32b3a9b674 docs(events): add drag 2018-05-08 12:18:12 +08:00