As two people indicated in their comments in the original POW post, the answer is NaN
. You can even do the following to check it:
alert(NaN === NaN); // outputs false
Weird stuff, right?!?!?!
As two people indicated in their comments in the original POW post, the answer is NaN
. You can even do the following to check it:
alert(NaN === NaN); // outputs false
Weird stuff, right?!?!?!
1 Comment
POW – JavaScript Self Inequality | Chris West's Blog · March 25, 2013 at 12:00 AM
[…] ← Previous Next → […]