JS Learning Note (ii) operators and Process Control statements

Source: Internet
Author: User

The operators and Process control, loop, and judgment statements in JS are basically consistent with C #, but have their own unique operators.

typeof operator

 Data types such as number,string are obtained.
Grammar:
String typeof (variable);
such as Var num=123;
typeof num; or typeof (Num);

equal to and not equal to (2 kinds)
= = and! =
Only see if the result is the same (implicit conversion problem)
= = = and !==
See if the type is consistent with the result

Key-Value Form

When the literal value of an object is declared as var o = {name1: "Zhang San", Nuam2: "John Doe", Name3: "Harry", Numa4: "Zhao Liu", name5: "Chen Qi"};
Key-value pair form, the corresponding data member can be obtained by o["Name1".
  

for-in

Is the foreach in C #
for (var i in collection) {

}

JS Learning Note (ii) operators and Process Control statements

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.