JavaScript:予約語
このリスト中の語は JavaScriptの変数名、関数名、オブジェクト名として利用できない。
これらの語のうち幾つかは JavaScript で利用されており、それ以外は将来のために予約されている。
code:js
abstract
boolean break byte
case catch char class comment const continue
debugger default delete do double
else enum export extends
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
JavaScript-term.icon
https://img.shields.io/badge/JavaScript-予約語-F7DF1E.svg?logo=javascript&style=for-the-badge