【Javascript】予約語について
予約語とは、Javascriptなどの言語自体で既に使われている、または将来使われる可能性のある単語であり、変数、関数、メソッド、あるいはオブジェクトの識別子として使用することができない単語のことです。
| break | case | catch | class | continue | debugger | default |
| delete | do | else | enum | export | extends | finally |
| for | function | if | impements | import | in | instanceof |
| interface | let | new | package | private | protected | public |
| return | static | super | switch | this | throw | try |
| typeof | war | void | while | with | yield |