Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isNaN() doesn't check if the value is numeric; it only checks if it i…
…s equal to NaN. In particular it won't catch null.
- Loading branch information