parseInt(null) == parseInt(null)
returns false.
Why? Shouldn't NaN be equal to NaN?
How exactly is NaN implemented in the javascript engine for this to be possible?
parseInt(null) == parseInt(null)
returns false.
Why? Shouldn't NaN be equal to NaN?
How exactly is NaN implemented in the javascript engine for this to be possible?