javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Add information about NaN comparisons

Open alleroux opened this issue 9 years ago • 0 comments

You mention NaN evaluates to false but don't explicitly mention that any comparison to NaN evalutes to false, including NaN === NaN. Added a note about this at the bottom of that section.

alleroux avatar Nov 10 '16 18:11 alleroux