this
关键字 (The this
Keyword)new
运算符 (The new
Operator)super
关键字 (The super
Keyword)? :
) (Conditional Operator ( ? :
)),
)if
语句 (The if
Statement)do
-while
语句 (The do
-while
Statement)while
语句 (The while
Statement)for
语句 (The for
Statement)for
-in
、for
-of
与 for
-await
-of
语句continue
语句 (The continue
Statement)break
语句 (The break
Statement)return
语句 (The return
Statement)with
语句 (The with
Statement)switch
语句 (The switch
Statement)throw
语句 (The throw
Statement)try
语句 (The try
Statement)debugger
语句 (The debugger
Statement)?
u
m
/
p
1-9
0
`
Date.prototype.toString
返回的值。ECMAScript 2015 规定结果为字符串
/
。
String.prototype.match
与 String.prototype.replace
对于 pattern 参数为设置了 global
标志的 RegExp 值的情况的规范不正确。旧规范指出每次尝试匹配模式时,如果 lastIndex
未改变,则应加 1。正确行为是只有当模式匹配到空字符串时才加 1。
Array.prototype.sort
如何解释由 comparator 返回的