Previous PageNext Page

7.1 JScript Features (ECMA)

Category Feature/Keyword
Array Handling
 
Array
 
join, length, reverse, sort
 
Assignments
 
Assignment (=)
 
Compound Assignment (OP=)
 
Booleans
 
Boolean
 
Comments
 
Comment
 
Constants/Literals
 
NaN, null, true, false, Infinity, undefined
 
Control Flow
 
break
 
continue
 
for
 
for...in
 
if...else
 
return
 
while
 
Dates and Time
 
Date
 
getDate, getDay, getFullYear, getHours, getMilliseconds, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear,
 
getUTCDate, getUTCDay, getUTCFullYear, getUTCHours, getUTCMilliseconds, getMinutes, getUTCMonth, getUTCSeconds,
 
setDate, setFullYear, setHours, setMilliseconds, setMinutes, setMonth, setSeconds, setTime, setYear,
 
setUTCDate, setUTCFullYear, setUTCHours, setUTCMilliseconds, setMinutes, setUTCMonth, setUTCSeconds,
 
toGMTString, toLocaleString, toUTCString, parse, UTC
 
Declarations
 
function
 
new
 
this
 
var
 
with
 
Function Creation
 
Function
 
arguments, length
 
Global Methods
 
Global
 
escape, unescape
 
eval
 
isFinite, isNaN
 
parseInt, parseFloat
 
Math
 
Math
 
abs, acos, asin, atan, atan2, ceil, cos, exp, floor, log, max, min, pow, random, round, sin, sqrt, tan,
 
E, LN2, LN10, LOG2E, LOG10E, PI, SQRT1_2, SQRT2
 
Numbers
 
Number
 
MAX_VALUE, MIN_VALUE
 
NaN
 
NEGATIVE_INFINITY, POSITIVE_INFINITY
 
Object Creation
 
JScript Object
 
new
 
constructor, prototype, toString, valueOf
 
Operators
 
Addition, Subtraction and Unary Negation
 
Modulus
 
Multiplication, Division
 
Subtraction and Unary Negation
 
Comparison, Comparison
 
Comparison, Comparison
 
Comparison , Comparison
 
Logical AND, Logical OR, Logical NOT
 
Bitwise AND, Bitwise OR, Bitwise NOT, Bitwise XOR
 
Bitwise Left Shift, Bitwise Right Shift
 
Unsigned Right Shift
 
Conditional (trinary) Operator (?:)
 
Comma
 
delete, typeof, void
 
Decrement (--) and Increment (++) Operators
 
Objects
 
Array
 
Boolean
 
Date
 
Function
 
Global
 
Math
 
Number
 
JScript Object
 
String
 
Strings
 
String
 
charAt, charCodeAt, fromCharCode
 
indexOf, lastIndexOf
 
split
 
toLowerCase, toUpperCase
 
length
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page