I’ve only been trying it in Firefox’s JavaScript console, but neither of the following statements return true:

parseFloat('geoff') == NaN;

parseFloat('geoff') == Number.NaN;

32 s
32

Leave a Reply

Your email address will not be published. Required fields are marked *