We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc8ff6 commit 0014668Copy full SHA for 0014668
spec.html
@@ -20503,20 +20503,6 @@ <h1>Runtime Semantics: Evaluation</h1>
20503
1. Let _r_ be IsStrictlyEqual(_rVal_, _lVal_).
20504
1. If _r_ is *true*, return *false*; otherwise return *true*.
20505
</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
20513
- Numeric comparison can be forced by: `+a == +b`.
20514
20515
20516
- Boolean comparison can be forced by: `!a == !b`.
20517
20518
- </ul>
20519
- </emu-note>
20520
<emu-note>
20521
<p>The equality operators maintain the following invariants:</p>
20522
<ul>
0 commit comments