Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit da2c395

Browse files
authored
Merge pull request wangdoc#103 from mingjiezhou/coding
fixed:文字错误矫正
2 parents edb442f + 44e93d5 commit da2c395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/stdlib/object.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Object.keys(obj).length // 2
179179
Object.getOwnPropertyNames(obj).length // 2
180180
```
181181

182-
一般情况下,几乎总是使用`Object.keys`方法,遍历数组的属性
182+
一般情况下,几乎总是使用`Object.keys`方法,遍历对象的属性
183183

184184
### 其他方法
185185

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /