We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ad6b1 + 9651a51 commit 9b23235Copy full SHA for 9b23235
doc/zh/array/general.md
@@ -1,6 +1,6 @@
1
##数组遍历与属性
2
3
-虽然在 JavaScript 中数组是是对象,但是没有好的理由去使用 [`for in` 循环](#object.forinloop) 遍历数组。
+虽然在 JavaScript 中数组是对象,但是没有好的理由去使用 [`for in` 循环](#object.forinloop) 遍历数组。
4
相反,有一些好的理由**不去**使用 `for in` 遍历数组。
5
6
> **注意:** JavaScript 中数组**不是** *关联数组*。
0 commit comments