What are keywords?
Keywords are reserve words in JavaScript which you cannot use to name the variables labels, or function names. Here are a total of 63 keywords which Java script provides the programmers. All of them are shown in the below mentioned diagram:
JavaScript Reserved Keywords List
You can’t use keyword as identifier in your JavaScript programs, its reserved words and used to perform an internal operation.
| abstract | arguments | boolean | break |
| byte | case | catch | char |
| const | continue | debugger | default |
| delete | do | double | else |
| eval | false | final | finally |
| float | for | function | goto |
| if | implements | in | instanceof |
| int | interface | let | long |
| native | new | null | package |
| private | protected | public | return |
| short | static | switch | synchronized |
| this | throw | throws | transient |
| true | try | typeof | var |
| void | volatile | while | with |






0 Comments
If you have any doubts,please let me know