1.0.2 Javascript 关键词

关键词是保留的,不能用作变量名或函数名
break case catch continue default delete do
else finally for function if in instanceof new return
switch this throw try typeof var void while with
abstract boolean byte char class const debugger double
enum export extends final float goto implements import
int interface long native package private protected
public short static super synchronized throws transient
volatile

你可能感兴趣的:(1.0.2 Javascript 关键词)