"Javascript DOM Programming Art" reading notes

Source: Internet
Author: User

1.javascript weakly typed language, explanatory language.

2.javascript data type: string (string), number,Boolean (boolean), Array, object ( Object), null (null), undefined (Undefined).

JavaScript built- in objects and user-defined objects . Host object (provided by the browser)

3. Array index subscript starting from 0.

4. Function: Use the same piece of code multiple times!

Name of variable: multiple words using underline temp_celsius;

Name of function: Hump rule oh;

5.return false: Block The jump of element a! The default behavior is not triggered!

6.http Performance Optimization:

A: Reduce the number of requests.

B: The script file is placed at the end of the document.

C: Compress the code.

7. Pseudo-Protocol: "javascript:"

8. Note DOM Core and html-dom:

1.html-dom code is shorter. But you can only work with Web documents!

"Javascript DOM Programming Art" reading notes

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.