javaScript的关键字与保留字

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

JavaScript 保留字:  

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

  

原文地址:https://www.cnblogs.com/bu1204/p/12089673.html