We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333a7b3 commit 6424862Copy full SHA for 6424862
topics/about_numbers.js
@@ -14,6 +14,7 @@ $(document).ready(function(){
14
test("NaN", function() {
15
var resultOfFailedOperations = 7/'apple';
16
equals(isNaN(resultOfFailedOperations), __, 'what will satisfy the equals assertion?');
17
+ equals(resultOfFailedOperations == NaN, __, 'is NaN == NaN?');
18
});
-
19
+
20
0 commit comments