識別子【変数名・関数名・ラベル名・予約語】

メモ

予約語

キーワード

await
break
case
catch
class
const
continue
debugger
default
delete
do
else
export
extends
false
finally
for
function
if
import
in
instanceof
let
new
null
return
static
super
switch
this
throw
true
try
typeof
var
void
while
with
yield

将来の予約語

enum

将来の追加予約語

implements
interface
package
private
protected
public

外部リンク (英語)