javascript关键字

原创
2016/11/19 14:20
阅读数 65

javascript关键字

break 、 delete 、 function 、 return 、 typeof    
case  、 do 、 if  、switch 、 var    
catch 、 else 、 in 、 this  、void    
continue 、 false 、 instanceof 、 throw 、 while    
debugger 、 finally 、 new 、 true 、 with    
default 、 for 、 null 、 try   

javascript未来关键字

abstract 、 double 、 goto 、 native 、 static    
boolean  、enum 、implements 、package 、 super    
byte 、 export 、 import 、 private 、 synchronized    
char 、 extends 、 int 、 protected 、 throws    
class 、final 、 interface 、 public 、 transient    
const 、float 、 long 、short 、 volatile   

 

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部