JavaScript authoritative guide------David Flanagan----------A-----------JavaScript overview

Source: Internet
Author: User

1. Desktop, with game consoles, tablets, smartphones

2.console.log ()

3. "," ", you can identify the string; Null is a special value type; and undefined.

4. The object value type is enclosed in curly braces. For example: Var book={topic: "JavaScript"; fat:true};

5. Through the "." or "[]" to access the object properties;

6.book.content={}; Empty object, no attributes;

7. The last element in the array: book[book.length-1];

8. "3" + "2", the result is: 32;

9. The statement changes the program running state, the expression only calculates a value, does not change the program running state;

var a=[]; A.push (a); Adds 123 data to the array;

A.reverse (); Reverses the array;

11.

JavaScript authoritative guide------David Flanagan----------A-----------JavaScript overview

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.