IKKI2000
|
91b5581574
|
Update date.md (#250)
补全 5.4 设置毫秒方法的参数~
|
2022-06-30 13:14:56 +08:00 |
|
IKKI2000
|
87ce3dc5ad
|
Update regexp.md (#249)
补全 3.1 示例代码返回值~
|
2022-06-30 13:13:38 +08:00 |
|
Jim Gao
|
f901426d94
|
docs: fix url (#239)
* fix url
* fix url
* docs(basic/grammar): update url
Update 2013-06-22: “Basic JavaScript: an introduction to the language” is an improved longer version of this post
* docs(types/number): fix url
* docs(types/object): remove extra word
* docs(types/function): fix url
* docs(operators/bit): update url
* docs(features/style): fix url
* docs(stdlib/date): update url
* docs(oop/prototype): update url
* docs(async/promise): fix url
* docs(bom/engine): update url
|
2022-03-01 13:14:29 +08:00 |
|
ruanyf
|
074e7f591a
|
docs(stdlib/date): fix #237
|
2022-02-05 09:04:13 +08:00 |
|
ruanyf
|
e90b8a13fc
|
docs(stdlib/array): fixed #228 reduce()
|
2021-07-21 12:41:30 +08:00 |
|
ruanyf
|
bae4e98c83
|
docs(stdlib/attribute): fixed #226 edit configurable
|
2021-07-14 16:26:25 +08:00 |
|
ruanyf
|
9ca16cd973
|
docs(stdlib/array): edit text
|
2021-05-25 13:31:18 +08:00 |
|
ruanyf
|
df064ca9e3
|
docs(stdlib/array): fix typo
|
2021-02-11 15:47:21 +08:00 |
|
wqliang
|
692eb7162d
|
#212 FIX 9.3 Object.defineProperty,对象名o应该是obj
|
2021-02-04 11:43:10 +08:00 |
|
ruanyf
|
26a4628dbb
|
docs(stdlib): edit JSON
|
2020-09-26 10:23:55 +08:00 |
|
ruanyf
|
d0ae41cbc4
|
docs(stdlib/regex): fix typo
|
2020-08-24 23:43:15 +08:00 |
|
Lean You
|
7cb09b2ea9
|
Update math.md
不全 Math.floor() 和 Math.ceil() 信息
|
2020-08-04 15:42:53 +08:00 |
|
ruanyf
|
7b4c045afa
|
docs(string): fixed slice() #176
|
2020-06-12 18:17:56 +08:00 |
|
ruanyf
|
4b98a2ca23
|
docs(stdlib/regex): edit 贪婪模式
|
2020-06-12 15:39:13 +08:00 |
|
ruanyf
|
3f8e88a297
|
docs(stdlib/attribute): fix #175
|
2020-06-12 00:01:10 +08:00 |
|
ruanyf
|
5075536146
|
docs(stdlib): edit array
|
2020-04-14 00:24:52 +08:00 |
|
ruanyf
|
65d72c0486
|
docs(stdlib/string): fix typo
|
2020-04-07 01:31:21 +08:00 |
|
ruanyf
|
a4bd6ee0db
|
docs(stdlib): edit math/Math.pow()
|
2020-04-07 01:15:40 +08:00 |
|
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 |
|