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 6424862 commit 257fd94Copy full SHA for 257fd94
topics/about_numbers.js
@@ -14,7 +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?');
+ equals(resultOfFailedOperations == NaN, __, 'is NaN == NaN?');
18
});
19
20
0 commit comments