aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/set/has/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/set/has/index.html')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/set/has/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/set/has/index.html b/files/zh-tw/web/javascript/reference/global_objects/set/has/index.html
index c77d2ea99b..9c6fd56418 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/set/has/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/set/has/index.html
@@ -32,8 +32,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Set/has
<p>回傳 <code>true</code> 如果給定值存在在 <code>Set</code> 物件中;反之回傳 <code>false</code> 。</p>
-<div class="blockIndicator note">
-<p><strong>Note:</strong> 技術上來說,<code>has()</code> 使用了 <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">sameValueZero</a></code> 算法來判斷給定元素的存在與否。</p>
+<div class="notecard note">
+<p><strong>備註:</strong>技術上來說,<code>has()</code> 使用了 <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">sameValueZero</a></code> 算法來判斷給定元素的存在與否。</p>
</div>
<h2 id="範例">範例</h2>