2018/07/16 Javascript-start

Source: Internet
Author: User
Tags tag name

JS: The scripting language of the browser
JS Basic syntax
JS Dom operation

1, the wording classification

(1) inline (in-line)
Written in the label, in the form of an attribute, the property name is the event property name

Example: <button onclick= "JS code" ></button>

(2) embedded
written in HTML tags, in the form of tags, tag name script
Example: <script type= "Text/javascript" >js code </script>

(3) external references
written in HTML tags, in the form of tags, tag name script
Example: <script type= "Text/javascript" src= "Index.js" ></script>


2. Basic grammar: Routines
(1) Comments, keywords, identifiers, variables
Note: (1) Single-line comment//(2) Multiline comment/* */
keyword: A functional word defined by a language
identifier: User-defined
variable: definition: var identifier = value;

(2) data type
(3) operator
(4) Control statements
(5) Array
(6) method (function)

2018/07/16 Javascript-start

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.