Summary of keywords and reserved words in basic Javascript tutorials, basic javascript tutorials

Source: Internet
Author: User

Summary of keywords and reserved words in basic Javascript tutorials, basic javascript tutorials

Keywords cannot be used as variable or function names

Copy codeThe Code is as follows:
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 for future keywords

It cannot be used as a variable or function name.

Copy codeThe Code 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

Do not use keywords or reserved words when defining variables. Otherwise, some inexplicable situations 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.