JavaScript中的保留字

下列JavaScript保留字应该避免在属性名中使用


下面的清单是JavaScript中的保留字,并不能通过点访问符访问。这份清单集合了当前最新的关键字,该清单可能会根据具体的执行环境而有所变更。


来自ECMAScript 语言规范第五版


abstract
boolean break byte
case catch char class const continue
debugger default delete do double
else enum export extends
false final finally float for function
goto
if implements import in instanceof int interface
let long
native new null
package private protected public
return
short static super switch synchronized
this throw throws transient true try typeof
var volatile void
while with
yield

你可能感兴趣的:(JavaScript)