Your host:
Stephen Chapman
Javascript Reserved Words
The following are reserved keywords words in Javascript and may not be otherwise used. This list includes the new keywords that are reserved for future use.
- abstract
- boolean
- break
- byte
- case
- catch
- char
- class
- continue
- const
- debugger
- default
- delete
- do
- double
- else
- extends
- enum
- export
- false
| - final
- finally
- float
- for
- function
- goto
- if
- implements
- import
- in
- instanceOf
- int
- interface
- label
- long
- native
- new
- null
- package
- private
| - protected
- public
- return
- short
- static
- super
- switch
- synchronized
- this
- throw
- throws
- transient
- true
- try
- typeof
- var
- void
- volatile
- while
- with
|
The following words are not reserved but have special meanings and therefore their use as variables or function names should also be avoided.