JavaScript Basic Learning-javascript authoritative guide -3.4null and undefined

Source: Internet
Author: User

Null and undefined comparisons

Null is a JavaScript keyword that represents a non-object.

Undefined indicates that there is no value, indicating that the value does not exist or is not initialized.

Same point Different points
Own type unique value Null is an object, undefined is a reserved word
No properties and methods Null is converted into a 0,undefined in a mathematical operation that cannot be transformed or converted into Nan.
= = Think equal, = = = Null!==undefined//true
are false values, the Boolean variable represents the same value

Null is an empty object, undefined is a property of window (but not an object property)

Alert (typeof null)//object; Alert (typeof undefined)//undefined;

JavaScript Basic Learning-javascript authoritative guide -3.4null 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.