diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/some')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/some/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/some/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/some/index.html index a0f5695dfb..7d5102b182 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/some/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/some/index.html @@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/some <p><code><strong>some()</strong></code> 方法测试数组中是不是至少有1个元素通过了被提供的函数测试。它返回的是一个Boolean类型的值。</p> <div class="note"> -<p><strong>注意:</strong>如果用一个空数组进行测试,在任何情况下它返回的都是<code>false</code>。</p> +<p><strong>备注:</strong>如果用一个空数组进行测试,在任何情况下它返回的都是<code>false</code>。</p> </div> <div>{{EmbedInteractiveExample("pages/js/array-some.html")}}</div> |