javascript
javascript copied to clipboard
Add information about NaN comparisons
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.