Javascript-type conversion and javascript Conversion

Source: Internet
Author: User

Javascript-type conversion and javascript Conversion

JavaScript is a non-type language, but JavaScript also provides a flexible way to handle Automatic type conversion. The basic rule is that if a value of a type is used in an environment that requires a value of another type, JavaScript automatically converts the value to the required type.

A specific type of JavaScript is listed below for the conversion performed in a specific environment.

Type conversion

Value string numeric Boolean Value Object

"Undefined" NaN false Error Not Defined

Null "null" 0 false Error

Non-null String As is String numeric value or NaN true String object

Empty String As is 0 false String object

0 "0" As is false Number object

NaN "NaN" As is false Number object

Infinity "Infinity" As is true Number object

Negative Infinity "-Infinity" As is true Number object

The string value of all other numeric numbers is an Asis true Number object.

True "true" 1 As is Boolean object

False "false" 0 As is Boolean object

Object toString () valueOf (), toString (), or NaN true As is

 


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.