|
Appendix B Reserved words |
The reserved words in this list cannot be used as JavaScript variables or functions names. Some of these words are keywords used in JavaScript; others have been reserved by Netscape® programmers for future use. | ||
A | ||
| abstract | ||
B | ||
| boolean | break | byte |
C | ||
| case | catch | char |
| class | const | continue |
D | ||
| default | do | double |
E | ||
| else | extends | |
F | ||
| false | final | finally |
| float | for | function |
G | ||
| goto | ||
I | ||
| if | implements | import |
| in | instanceof | int |
| interface | ||
L | ||
| long | ||
N | ||
| native | new | null |
P | ||
| package | private | protected |
| public | ||
R | ||
| return | ||
S | ||
| short | static | super |
| switch | synchronized | |
T | ||
| this | throw | throws |
| transient | true | try |
V | ||
| var | void | |
W | ||
| while | with | |