Neo Posted on Jan 3, 2019 difference between isNaN and Number.isNaN #javascript Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Basti Ortiz Basti Ortiz Basti Ortiz Follow Web developer. Open-source contributor. Learner. Writer. Mentor. Leader. Location Philippines Education B.S. Computer Science @ University of the Philippines Diliman Pronouns he/him Joined Oct 19, 2018 • Jan 3 '19 • Edited on Jan 3 • Edited Dropdown menu Copy link Hide According to MDN... The Number.isNaN() method determines whether the passed value is NaN and its type is Number. It is a more robust version of the original, global isNaN(). The differences are described further here. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
According to MDN...
The differences are described further here.