Lists of the reserved words in JavaScript:
Category | Subject | Sinopsys | Description | Example |
---|---|---|---|---|
Reserved | abstract,boolean,break,byte,case,catch,char,class | |||
Reserved | const,continue,debugger,default,delete,do,double | |||
Reserved | else,enum,export,extends,false,final,finally | |||
Reserved | float,for,function,goto,if,implements,import,in | |||
Reserved | instanceof,int,interface,long,native,new,null,package | |||
Reserved | private,protected,public,return,short,static,super | |||
Reserved | switch,synchronized,this,throw,throws,transient | |||
Reserved | true,try,typeof,var,void,volatile,while,with |