Some JavaScript | Reserved Words
in javascript reserved word is this word which used javascript already in their program written time
this word not allowed when choosing variable name.
here is some javascript reserved word :
abstract | arguments | await* | boolean |
break | byte | case | catch |
char | class* | cons1 | continue |
debugger | default | delete | do |
double | else | enum* | eval |
export* | extends* | false | final |
finally | float | for | function |
goto | if | implements | import* |
in | instanceof | int | interface |
let* | 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 | yield |
Comments
Post a Comment