Deep understanding of JavaScript null and undefined

Source: Internet
Author: User

There are two easy-to-ignore questions in JavaScript, null==undefined and null!==undefined.

The syntax in javascript specifies that = = is the judgment value equal, = = = is the judgment value and type are equal.

This needs to be distinguished, undefined represents a basic data type that does not have an assignment, and null represents a reference data type that has no assignment.

Null is the process reference, it is in the heap, and undefined is the original value, it is in the stack.

Null means there is no object, meaning there should be no value at all,

Undefined indicates that a value is missing, that is, there should be a value here, but there is no definition.

One thing to emphasize here is that NULL participates in the data operation when its value is automatically converted to 0, and the result must be Nan when undefined participates.

Deep understanding of JavaScript null and undefined

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.