From 980e5b41ebc7f6af01d37c27c5a2671ee80da302 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 17 Apr 2021 10:29:06 +0900 Subject: [PATCH] =?UTF-8?q?Change=20=E2=84=9D(A)=20=3D=20=E2=84=9D(B)=20to?= =?UTF-8?q?=20=E2=84=9D(x)=20equals=20=E2=84=9D(y)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascript/equality_comparisons_and_sameness/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/javascript/equality_comparisons_and_sameness/index.html b/files/en-us/web/javascript/equality_comparisons_and_sameness/index.html index f226215bc6bebf1..9384535aa9bdb3e 100644 --- a/files/en-us/web/javascript/equality_comparisons_and_sameness/index.html +++ b/files/en-us/web/javascript/equality_comparisons_and_sameness/index.html @@ -101,7 +101,7 @@

Loose equality using ==

A === B - ℝ(A) = ℝ(B) + ℝ(A) equals ℝ(B) A === ToNumber(B) A === ToNumber(B) A == ToPrimitive(B) @@ -122,7 +122,7 @@

Loose equality using ==

- ℝ(A) = ℝ(B) + ℝ(A) equals ℝ(B) A === B A === StringToBigInt(B) A == ToNumber(B)