Skip to content

Commit d6780d7

Browse files
committed
moving the infinity's over with the other strict-equal items
1 parent f129a32 commit d6780d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

values.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ var values = [
1313
"",
1414
"`null`",
1515
"`undefined`",
16+
Infinity,
17+
-Infinity,
1618
"`[]`",
1719
"`{}`",
1820
[[]],
1921
[0],
2022
[1],
21-
Infinity,
22-
-Infinity,
2323
"`parseFloat('nan')`"
2424
];

0 commit comments

Comments
 (0)