How to get started with Javascript: first Javascript basics page 1/2 _ basic knowledge

Source: Internet
Author: User
This is the note I have read about DOM programming art, and I understand JavaScript and javascript authoritative guide 5. I am not qualified and cannot write Advanced articles. If you think the notes are not well written, you can leave it alone. This article is a waste of minutes. Javascript: First Javascript Basics

1. javascript character set:
Javascript uses the Unicode Character Set encoding.
Why is this encoding used?
The reason is simple. The 16-bit Unicode code can represent any written language of the Earth. This is an important feature of language internationalization. (You may have seen writing scripts in Chinese, such as: function my function (){});
Each character in Javascript is expressed in two bytes. (Because it is a 16-bit code)


2. Case Sensitive:
Javascript is a case-sensitive language.
Note: The mistakes I have made before.
HTML is case-insensitive. I often see people writing this,

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.