js_保留关键字

网页可以被我们分为三个大的部分:结构,表现,形式
而js就是专对于表现的,js是一门编程的解释性脚本语言,
和其他的语言相同js也有自己的保留的关键字,下面我们来看看js保留的关键字吧!
js一共有56个关键字:
break else var new
case finally return void
Catch for switch while
continue funtion this with
defualt if throw
Delete in try
Do instanceof typeof
abstract enum int short
boolean export interface static
byte extends long super
char final native synchronized
class float package throws
const goto private transient
debugger implements protected volatile
double implort public

posted @ 2016-12-24 23:12  木古章鱼  阅读(181)  评论(0编辑  收藏  举报