1.关键字
- 关键字就是有特殊用途的字
- 如下:
break,do,in,typeof,
case,else,instanceof,var,
catch,export,new,void,
class,extends,return,while,
cosnt,finally,super,with,
continue,for,switch,yield,
debugger,function,this,defalut,
if,throw,delete,import,try
2.保留字
- 保留字目前还没有被javascript用上,他们是保留给将来做关键字用的。
- 始终保留:
enum - 严格模式下保留:
implements,package,public,
interface,protected,static,
let,private - 模块代码中保留:
await