一些标识符是保留关键字,不能用作变量名或函数名
以下不能定义为变量名
break
do
instanceof
typeof
case
else
new
var
catch
finally
return
void
continue
for
switch
while
debugger
function
this
with
default
if
throw
delete
in
try
name不能作为变量名使用
参考链接: JavaScript 保留关键字