ECMAScript基础(三)-关键字
关键字标识了语句的开头和/或结尾,不能用作变量名或函数名。
| break | else | new | var |
| case | finally | return | void |
| catch | for | switch | while |
| continue | function | this | with |
| default | if | throw | |
| delete | in | try | |
| do | instanceof | typeof |
关键字标识了语句的开头和/或结尾,不能用作变量名或函数名。
| break | else | new | var |
| case | finally | return | void |
| catch | for | switch | while |
| continue | function | this | with |
| default | if | throw | |
| delete | in | try | |
| do | instanceof | typeof |