Javascript keywords
The following is a list of keywords used in Javascript. Some of the keywords are currently in use, some are reserved for future use, and others will be used in the next version of Javascript (Javascript 2.0).
LEGEND:
(c) signifies a keyword that is currently in use.
(f) signifies a keyword that is reserved for future use.
(n) signifies a keyword that will be used in the next version of Javascript (Javascript 2.0)
Javascript keywords
| abstract (f) | as (n) | boolean (c) | ||
| break (c) | byte (n) | case (c) | ||
| catch (c) | char (c) | class (n) | ||
| continue (c) | const (n) | debugger (f) | ||
| default (c) | delete (c) | do (c) | ||
| double (c) | else (c) | enum (f) | ||
| export (n) | extends (n) | false (c) | ||
| final (c) | finally (c) | float (c) | ||
| for (c) | function (c) | goto (f) | ||
| if (c) | implements (f) | import (n) | ||
| in (c) | instanceof (c) | int (c) | ||
| interface (n) | is (n) | long (c) | ||
| namespace (n) | native (f) | new (c) | ||
| null (c) | package (n) | private (n) | ||
| protected (f) | public (n) | return (c) | ||
| short (c) | static (n) | super (n) | ||
| switch (c) | synchronized (f) | this (c) | ||
| throw (c) | throws (f) | transient (f) | ||
| true (c) | try (c) | typeof (c) | ||
| use (f) | var (c) | void (c) | ||
| volatile (f) | while (c) | with (c) | ||




