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 89413db commit 9bd4684Copy full SHA for 9bd4684
bts/stack/call-stack.js
@@ -0,0 +1,3 @@
1
+// ------------
2
+// CHECK THE README
3
+// ----------------
test/script.js
@@ -6,7 +6,7 @@ function validate() {
6
7
console.log(validate()); //false
8
9
-console.log(NaN === NaN);
+console.log(NaN === NaN); // false
10
/*
11
*in JavaScript compare values by checking for strict equality.
12
*NaN is considered unique in that it doesn't equal any other value, including itself.
0 commit comments