JavaScript Reserved Keywords
The following is a list of keywords that are reserved in JavaScript. If you are creating variables or functions, avoid using these names. When you have committed them to memory, you can test yourself with a quick game of JavaScript reserved keywords hangman. Please report any problems with the game, or any suggestions here. Enjoy!JavaScript Reserved Keywords Hangman
- 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
- 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
- public
javascript, reserved, keywords, hangman