JS中的关键字和保留字
Posted 向往灬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS中的关键字和保留字相关的知识,希望对你有一定的参考价值。
javascript中不能作为变量名的关键字和保留字总结:
1、js中的关键字:
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
2、js中的保留字:
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
JavaScript中不能作为变量名的关键字和保留字总结:
1、js中的关键字:
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
2、js中的保留字:
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
以上是关于JS中的关键字和保留字的主要内容,如果未能解决你的问题,请参考以下文章