From efad3dbdb62d1977c01b953a076bf699100b77e9 Mon Sep 17 00:00:00 2001 From: A1lo Date: Sat, 19 Mar 2022 03:51:33 +0800 Subject: replace all `anch` marco in `zh-TW` (#4708) * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors --- .../orphaned/web/javascript/reference/global_objects/map/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'files/zh-tw/orphaned') 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

鍵的相等性

-

鍵相等是基於 SameValueZero 的演算法:NaN 被認為與 NaN 相同(即使 NaN !== NaN)並且根據 === 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,-0+0 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。

+

鍵相等是基於 SameValueZero 的演算法:NaN 被認為與 NaN 相同(即使 NaN !== NaN)並且根據 === 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,-0+0 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 瀏覽器相容性 表中的 "Value equality for -0 and 0"。

Object 及 Map 的比較

@@ -251,8 +251,6 @@ console.log(merged.get(3)); // three

瀏覽器相容性

- -

{{Compat("javascript.builtins.Map")}}

參見

-- cgit v1.2.3-54-g00ecf