MAINSTREAM
MON, JUL 1
pratyush
All the developers out there, could you guess the output of the following code snippet: (try not to use Google and don't run the code) console.log(typeof NaN);
String
Object
Number
Boolean
Error
Ends in 115 days
Ends in 115 days
pratyush
console.log(NaN == NaN);
true
false
Error
Ends in 121 days
Ends in 121 days