Strictly judge NaN in JavaScript, while javascript judges nan

Source: Internet
Author: User

Strictly judge NaN in JavaScript, while javascript judges nan

I also encountered this question on FreeCodeCamp:

Delete all values in the array.

In JavaScript, the false values include false, null, 0, "", undefined, and NaN.

For NaN judgment, JS provides the function isNaN (). However, the isNaN () function can only determine whether the variable is not a number, but not whether the variable value is NaN.

Therefore, the nature of the application NaN:

> NaN = NaN; false // always return false

We can use = to determine whether the variable is NaN. You only need to determine whether the variable is equal to itself. In case of inequality, the value of the variable is NaN.

Summary

The above section describes how to strictly judge NaN in JavaScript. I hope it will be helpful to you. If you have any questions, please leave a message. The editor will reply to you in time!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.