Skip to content

Commit 0014668

Browse files
michaelficarraljharb
authored andcommitted
Editorial: remove unhelpful/misleading note (#3752)
1 parent 5fc8ff6 commit 0014668

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spec.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20503,20 +20503,6 @@ <h1>Runtime Semantics: Evaluation</h1>
2050320503
1. Let _r_ be IsStrictlyEqual(_rVal_, _lVal_).
2050420504
1. If _r_ is *true*, return *false*; otherwise return *true*.
2050520505
</emu-alg>
20506-
<emu-note>
20507-
<p>Given the above definition of equality:</p>
20508-
<ul>
20509-
<li>
20510-
String comparison can be forced by: `\`${a}\` == \`${b}\``.
20511-
</li>
20512-
<li>
20513-
Numeric comparison can be forced by: `+a == +b`.
20514-
</li>
20515-
<li>
20516-
Boolean comparison can be forced by: `!a == !b`.
20517-
</li>
20518-
</ul>
20519-
</emu-note>
2052020506
<emu-note>
2052120507
<p>The equality operators maintain the following invariants:</p>
2052220508
<ul>

0 commit comments

Comments
 (0)