Microsoft JScript 特性 - ECMA

种类 特性/关键字
数组处理 concat,
sort
赋值 赋值 (=)
复合赋值(OP=)
Boolean Boolean
注释 /*...*/ 或 //
常数/文字 NaN
null
true, false
Infinity
undefined
控制流 Break
continue
do...while
for
for...in
if...else

return

switch
while
日期和时间 Date
getYear,
getUTCSeconds,
setYear,
setUTCSeconds,
UTC
声明 Function
new
this
var
with
错误处理 try...catch
函数创建 Function
length
Global 方法 Global
unescape
eval
isNaN
parseFloat
数学 Math
tan,
SQRT2
数字 Number
MIN_VALUE
NaN
POSITIVE_INFINITY
对象创建 Object
new
valueOf
运算符 减 (-)
算术取模 (%)
除 (/)
负 (-)
不相等 (!=)
小于等于 (<=)
大于 (>)
大于等于 (>=)
非 (!)
异或 (^)
右移 (>>)
无符号右移 (>>>)
条件 (?:)
逗号 (,)
void
不恒等 (!==)
对象 Array
Boolean
Date
Function
Global
Math
Number
Object
RegExp
String
正则表达式和模式匹配 RegExp
test
Regular Expression Syntax
字符串 String
fromCharCode
lastIndexOf
split
toUpperCase
length
slice
search
sup