diff options
| author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:08 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
| commit | f45e9e070c93ebbd83d488bdd775987a4d75c201 (patch) | |
| tree | aacef5edaf768a188cadc46860f5b6aaa74f39ef /files/zh-tw/web/javascript/reference/global_objects/set | |
| parent | 8ccfa93045a6c119303566370999f59a0aae3b25 (diff) | |
| download | translated-content-f45e9e070c93ebbd83d488bdd775987a4d75c201.tar.gz translated-content-f45e9e070c93ebbd83d488bdd775987a4d75c201.tar.bz2 translated-content-f45e9e070c93ebbd83d488bdd775987a4d75c201.zip | |
fix yari h2m dry run errors
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/set')
| -rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/set/has/index.html | 4 |
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> |
