JavaScript noun explanation

Source: Internet
Author: User
Tags object model

JavaScript noun explanation
The JavaScript language consists of three parts, namely the Dom,bom and the Language Foundation.

1.1.DOM is an abbreviation for the Document Object model. Dom is a way of thinking about how all the data in HTML is manipulated as objects.
Objects in 1.2.DOM are referred to as nodes. Using JavaScript, these nodes can be used for additional pruning

2.1.BOM is the browser object model (brower)
2.2.BOM contains the 5 objects of the Window,navigator,screen,history,location
2.3.alert (), SetInterval (), Clearinterval (), SetTimeOut () These methods are methods of the Window object

3.1. In JavaScript, there are 5 basic types of variables: undefine null Boolean number String
3.2.prototype: All instance objects will contain the prototype property, which contains the prototype object, which contains the properties and methods that need to be shared

JavaScript noun explanation

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.