Skip to content

Commit c725954

Browse files
committed
2 parents 4d2a587 + 90926a8 commit c725954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/5-undefined-null-NaN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ console.log({ u }, typeof(u));
1010
let o = null;
1111
console.log({ o }, typeof(o));
1212

13-
// null
13+
// NaN
1414

1515
let n = NaN;
1616
console.log({ n }, typeof(n));

0 commit comments

Comments
 (0)