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.
1 parent ba9c7f5 commit 9651a51Copy full SHA for 9651a51
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