diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements/for...in')
-rw-r--r-- | files/zh-cn/web/javascript/reference/statements/for...in/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/for...in/index.html b/files/zh-cn/web/javascript/reference/statements/for...in/index.html index 964a6d7a8d..ed54183732 100644 --- a/files/zh-cn/web/javascript/reference/statements/for...in/index.html +++ b/files/zh-cn/web/javascript/reference/statements/for...in/index.html @@ -27,7 +27,7 @@ translation_of: Web/JavaScript/Reference/Statements/for...in <h3 id="数组迭代和_for...in">数组迭代和 <code>for...in</code></h3> <div class="note"> -<p><strong>提示:</strong><code>for...in</code>不应该用于迭代一个关注索引顺序的 {{jsxref("Array")}}。</p> +<p><strong>备注:</strong><code>for...in</code>不应该用于迭代一个关注索引顺序的 {{jsxref("Array")}}。</p> </div> <h3 id="仅迭代自身的属性">仅迭代自身的属性</h3> |