JavaScript syntax: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 272:
var a = NaN;
var b = a;
console.log(a == b); // false
</syntaxhighlight>