js 基础篇--保留字

1、js把一些标识符拿出来用作自己的关键字。因此,就不能再在程序中把这些关键字用作标识符了:

1 break delete function return typeof 2 case do if switch var 3 catch else in this void 4 continue false instanceof throw while 5 debugger finally new true with 6 default for null try

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wssggg.html