Skip to content

Commit 9bd4684

Browse files
logics
1 parent 89413db commit 9bd4684

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bts/stack/call-stack.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// ------------
2+
// CHECK THE README
3+
// ----------------

test/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function validate() {
66

77
console.log(validate()); //false
88

9-
console.log(NaN === NaN);
9+
console.log(NaN === NaN); // false
1010
/*
1111
*in JavaScript compare values by checking for strict equality.
1212
*NaN is considered unique in that it doesn't equal any other value, including itself.

0 commit comments

Comments
 (0)