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中的关键字和保留字的主要内容,如果未能解决你的问题,请参考以下文章

js基础 1.简单js 语法 关键字 保留字 变量

从头认识js-基本概念(关键字,保留字,数据类型)

JavaScript关键字和保留字

js关键字与保留字的坑。

mysql保留关键字的一个小知识

Java 中的关键字和保留字