JavaScriptの変数名や関数名などで使えない予約語の一覧です。
ECMAScriptで定義されています。
- await
- break
- case
- catch
- class
- const
- continue
- debugger
- default
- delete
- do
- else
- enum
- export
- extends
- false
- finally
- for
- function
- if
- import
- in
- instanceof
- interface
- let
- new
- null
- package
- private
- protected
- public
- return
- super
- switch
- static
- this
- throw
- true
- try
- typeof
- var
- void
- while
- with
- yield
上に挙げた中には関数名として使う限りはエラーにならないケースもありますが、基本的には避けたほうが無難な文字列です。