Skip to content

Commit

Permalink
Iss2966 (#2984)
Browse files Browse the repository at this point in the history
* Updated Typo

Fixes #2658

* removed const n = 15, Fixes #2966
  • Loading branch information
CreaTorAlexander authored Mar 10, 2021
1 parent cec9e8e commit 3e87c8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ <h3 id="Using_Object.is">Using Object.is</h3>
Object.is(0, -0); // false
Object.is(+0, -0); // false
Object.is(-0, -0); // true
const n = 15;
Object.is(0n, -0n); // true

// Case 3: NaN
Expand Down

0 comments on commit 3e87c8d

Please sign in to comment.