JavaScript中的保留字是什么?
保留字不能用作JavaScript变量,函数,方法,循环标签或任何对象名称。
这是JavaScript中的保留字-
debugger | Goto | public | void |
default | If | return | volatile |
delete | implements | short | while |
Do | Import | static | with |
double | In | super |
保留字不能用作JavaScript变量,函数,方法,循环标签或任何对象名称。
这是JavaScript中的保留字-
debugger | Goto | public | void |
default | If | return | volatile |
delete | implements | short | while |
Do | Import | static | with |
double | In | super |