diff options
author | A1lo <yin199909@aliyun.com> | 2022-03-19 03:51:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 03:51:33 +0800 |
commit | efad3dbdb62d1977c01b953a076bf699100b77e9 (patch) | |
tree | 1d6821621c5b23c66edf0be9771b23f9312171d3 /files/zh-tw/orphaned | |
parent | 2d67ce927bfd98fe4cd02d11c950b960945638b5 (diff) | |
download | translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.gz translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.bz2 translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.zip |
replace all `anch` marco in `zh-TW` (#4708)
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
Diffstat (limited to 'files/zh-tw/orphaned')
-rw-r--r-- | files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html index b92817f30b..0687246086 100644 --- a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html +++ b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html @@ -31,7 +31,7 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Map <h3 id="鍵的相等性">鍵的相等性</h3> -<p>鍵相等是基於 <a href="/zh-TW/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。</p> +<p>鍵相等是基於 <a href="/zh-TW/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 <a href="#瀏覽器相容性">瀏覽器相容性</a> 表中的 "Value equality for -0 and 0"。</p> <h3 id="Object_及_Map_的比較">Object 及 Map 的比較</h3> @@ -251,8 +251,6 @@ console.log(merged.get(3)); // three</code> <h2 id="瀏覽器相容性">瀏覽器相容性</h2> - - <p>{{Compat("javascript.builtins.Map")}}</p> <h2 id="參見">參見</h2> |