Boolean Type of JavaScript Data Type

Source: Internet
Author: User

 
 

 

Today we are talking about a Boolean type in the data type. It returns both the true and false face values. Note that the face values are case sensitive, that is, all except lower-case letters are identifiers.

The following describes various data types and corresponding conversion rules:

Convert data type to true to false

 


--------------------------------------------------------------------------------

 

Boolean true false

String any non-empty String "" (empty String)

Number any non-zero numeric values 0 and Nan

Any Object of the Object is null.

Undefined is not applicable to undefined.


--------------------------------------------------------------------------------

 

These conversion rules are very important for understanding the process control statements (such as if statements) to automatically execute corresponding Boolean conversions. Please refer to the following code:

Var msg = "Hello World ";
If (msg ){
Alert ("Valus is true ");
}

 

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.