JavaScript Programming specification

Source: Internet
Author: User
1. Strictly case-sensitive


2, the statement end can have a semicolon, or there can be no semicolon, semicolon is not required, there is a semicolon more canonical.


3.//For single-line comment/* Multiline comment */


4, variables can not be declared directly used, variables are all variant types


5. In JS, the first character of the built-in object is capitalized by the first letter of the second word.
var d = new Date ();
D.getfullyear ();
Window.alert ();
Window.setinterval ();
Window.settimeout ();


6. Object-based Advanced scripting language
Browser object, Window object, Document object Dom


7, strings can be included with single quotation marks, or you can use double quotation marks to include

JavaScript Programming specification

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.