Javascript keywords and reserved words

Source: Internet
Author: User

Address: http://www.qeefee.com/js/javascript-keywords-reservedwords

For more Javascript tutorials, visit> Javascript tutorials

Body:

The ECMA-262 defines a set of keywords supported by ECMAScript (keyword ).

These keywords identify the beginning and/or end of the ECMAScript statement. According to regulations, keywords are reserved and cannot be used as variable or function names.

The following is a complete list of ECMAScript keywords:

Break
Case
Catch
Continue
Default
Delete
Do
Else
Finally
For
Function
If
In
Instanceof
New
Return
Switch
This
Throw
Try
Typeof
Var
Void
While
With

Reserved Words are reserved words for future keywords. Therefore, reserved words cannot be used as variable or function names.

The complete list of reserved words is as follows:

Abstract
Boolean
Byte
Char
Class
Const
Debugger
Double
Enum
Export
Extends
Final
Float
Goto
Implements
Import
Int
Interface
Long
Native
Package
Private
Protected
Public
Short
Static
Super
Synchronized
Throws
Transient
Volatile

Note that when defining a variable, do not use the system keyword or reserved word for the variable name; otherwise, some inexplicable errors may occur!

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.