The reserved words are words that are reserved for future use as keywords.
The reserved words cannot be used as variable or function names.
The complete list of reserved words in ECMA-262 Edition 3 is as follows:
abstract enum int short
boolean Export interface static
byte extends long super
char final native synchronized
class float package throws
const goto private transient
debugger implements protected volatile
double Import public
1.3.Keywords |
| 1.3.1. | Keywords |
| 1.3.2. | Reserved Words |