Type conversions like JavaScript

Source: Internet
Author: User

JavaScript is an untyped language, but at the same time JavaScript provides a flexible way to handle automatic type conversions. The basic rule is that if a value of a type is used in an environment that requires other types of values, JavaScript automatically converts that value to the desired type.

The following is the conversion that is performed when a specific type of JavaScript is used in a particular environment.

Type conversions

Value String Numeric Boolean object

"Undefined" NaN false Error not defined

Null "NULL" 0 false Error

Non-empty string as is the numeric value of the string or the 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

String value of all other numeric numbers Asis true Number object

True "true" 1 as is Boolean object

False "false" 0 as is Boolean object

Object ToString () valueOf () or ToString () or Nan true as is


Type conversions like JavaScript

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.