Microsoft® JScript
JScript Language Reference
JScript Tutorial
Version Information
Feature
Information
Data Type Conversion
JScript Error Messages
JScript Features - ECMA
JScript Features - Non-ECMA
Microsoft Scripting Run-time Features
Alphabetic
Keyword List
$1...$9 Properties
abs Method
acos Method
ActiveXObject Object
Addition Operator (+)
anchor Method
arguments Property
Array Object
asin Method
Assignment Operator (=)
atan Method
atan2 Method
atEnd Method
big Method
Bitwise AND Operator (&)
Bitwise Left Shift Operator (<<)
Bitwise NOT Operator (~)
Bitwise OR Operator (|)
Bitwise Right Shift Operator (>>)
Bitwise XOR Operator (^)
blink Method
bold Method
Boolean Object
break Statement
caller Property
@cc_on Statement
ceil Method
charAt Method
charCodeAt Method
Comma Operator (,)
// (Single-line Comment Statement)
/*..*/ (Multiline Comment Statement)
Comparison Operators
compile Method
Compound Assignment Operators
concat Method (Array)
concat Method (String)
Conditional Compilation
Conditional Compilation Variables
Conditional (trinary) Operator (?:)
constructor Property
continue Statement
cos Method
Data Type Conversion
Date Object
Decrement Operator (--)
delete Operator
Dictionary Object
dimensions Method
Division Operator (/)
do...while Statement
E Property
Enumerator Object
Equality Operator (==)
escape Method
eval Method
exec Method
exp Method
FileSystemObject Object
fixed Method
floor Method
fontcolor Method
fontsize Method
for Statement
for...in Statement
fromCharCode Method
Function Object
function Statement
getDate Method
getDay Method
getFullYear Method
getHours Method
getItem Method
getMilliseconds Method
getMinutes Method
getMonth Method
GetObject Function
getSeconds Method
getTime Method
getTimezoneOffset Method
getUTCDate Method
getUTCDay Method
getUTCFullYear Method
getUTCHours Method
getUTCMilliseconds Method
getUTCMinutes Method
getUTCMonth Method
getUTCSeconds Method
getVarDate Method
getYear Method
Global Object
Greater than Operator (>)
Greater than or equal to Operator (>=)
Identity Operator (===)
@if Statement
if...else Statement
Increment Operator (++)
index Property
indexOf Method
Inequality Operator (!=)
Infinity Property
input Property
isFinite Method
isNaN Method
italics Method
item Method
join Method
Labeled Statement
lastIndex Property
lastIndexOf Method
lbound Method
length Property (Array)
length Property (Function)
length Property (String)
Less than Operator (<)
Less than or equal to Operator (<=)
link Method
LN2 Property
LN10 Property
log Method
LOG2E Property
LOG10E Property
Logical AND Operator (&&)
Logical NOT Operator (!)
Logical OR Operator (||)
match Method
Math Object
max Method
MAX_VALUE Property
min Method
MIN_VALUE Property
Modulus Operator (%)
moveFirst Method
moveNext Method
Multiplication Operator (*)
NaN Property (Global)
NaN Property (Number)
NEGATIVE_INFINITY Property
new Operator
Nonidentity Operator (!==)
Number Object
Object Object
Operator Precedence
parse Method
parseFloat Method
parseInt Method
PI Property
POSITIVE_INFINITY Property
pow Method
prototype Property
random Method
RegExp Object
Regular Expression Object
Regular Expression Syntax
replace Method
return Statement
reverse Method
round Method
ScriptEngine Function
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function
search Method
@set Statement
setDate Method
setFullYear Method
setHours Method
setMilliseconds Method
setMinutes Method
setMonth Method
setSeconds Method
setTime Method
setUTCDate Method
setUTCFullYear Method
setUTCHours Method
setUTCMilliseconds Method
setUTCMinutes Method
setUTCMonth Method
setUTCSeconds Method
setYear Method
sin Method
slice Method (Array)
slice Method (String)
small Method
sort Method
source Property
split Method
sqrt Method
SQRT1_2 Property
SQRT2 Property
strike Method
String Object
sub Method
substr Method
substring Method
Subtraction Operator (-)
sup Method
switch Statement
tan Method
test Method
this Statement
toArray Method
toGMTString Method
toLocaleString Method
toLowerCase Method
toString Method
toUpperCase Method
toUTCString Method
typeof Operator
ubound Method
Unary Negation Operator (-)
unescape Method
Unsigned Right Shift Operator (>>>)
UTC Method
valueOf Method
var Statement
VBArray Object
void Operator
while Statement
with Statement
Functions
GetObject Function
ScriptEngine Function
ScriptEngineBuildVersion Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function
Methods
abs Method
acos Method
anchor Method
asin Method
atan Method
atan2 Method
AtEnd Method
big Method
blink Method
bold Method
ceil Method
charAt Method
charCodeAt Method
compile Method
concat Method (Array)
concat Method (String)
cos Method
dimensions Method
escape Method
eval Method
exec Method
exp Method
fixed Method
floor Method
fontcolor Method
fontsize Method
fromCharCode Method
getDate Method
getDay Method
getFullYear Method
getHours Method
getItem Method
getMilliseconds Method
getMinutes Method
getMonth Method
getSeconds Method
getTime Method
getTimezoneOffset Method
getUTCDate Method
getUTCDay Method
getUTCFullYear Method
getUTCHours Method
getUTCMilliseconds Method
getUTCMinutes Method
getUTCMonth Method
getUTCSeconds Method
getVarDate Method
getYear Method
indexOf Method
isFinite Method
isNaN Method
italics Method
item Method
join Method
lastIndexOf Method
lbound Method
link Method
log Method
match Method
max Method
min Method
moveFirst Method
moveNext Method
parse Method
parseFloat Method
parseInt Method
pow Method
random Method
replace Method
reverse Method
round Method
search Method
setDate Method
setFullYear Method
setHours Method
setMilliseconds Method
setMinutes Method
setMonth Method
setSeconds Method
setTime Method
setUTCDate Method
setUTCFullYear Method
setUTCHours Method
setUTCMilliseconds Method
setUTCMinutes Method
setUTCMonth Method
setUTCSeconds Method
setYear Method
sin Method
slice Method (Array)
slice Method (String)
small Method
sort Method
split Method
sqrt Method
strike Method
sub Method
substr Method
substring Method
sup Method
tan Method
test Method
toArray Method
toGMTString Method
toLocaleString Method
toLowerCase Method
toString Method
toUpperCase Method
toUTCString Method
ubound Method
unescape Method
UTC Method
valueOf Method
Objects
ActiveXObject Object
Array Object
Boolean Object
Date Object
Dictionary Object
Enumerator Object
FileSystemObject Object
Function Object
Global Object
Math Object
Number Object
Object Object
RegExp Object
Regular Expression Object
String Object
VBArray Object
Operators
Addition Operator (+)
Assignment Operator (=)
Bitwise AND Operator (&)
Bitwise Left Shift Operator (<<)
Bitwise NOT Operator (~)
Bitwise OR Operator (|)
Bitwise Right Shift Operator (>>)
Bitwise XOR Operator (^)
Comma Operator (,)
Comparison Operators
Compound Assignment Operators
Conditional (trinary) Operator (?:)
delete Operator
Decrement Operator (--)
Division Operator (/)
Equality Operator (==)
Greater than Operator (>)
Greater than or equal to Operator (>=)
Identity Operator (===)
Increment Operator (++)
Inequality Operator (!=)
Less than Operator(<)
Less than or equal to Operator (<=)
Logical AND Operator (&&)
Logical NOT Operator (!)
Logical OR Operator (||)
Modulus Operator (%)
Multiplication Operator (*)
new Operator
Nonidentity (!==)
Subtraction Operator (-)
typeof Operator
Unary Negation Operator (-)
Unsigned Right Shift Operator (>>>)
void Operator
Properties
$1...$9 Properties
arguments Property
caller Property
Conditional Compilation Variables
constructor Property
E Property
global Property
index Property
Infinity Property
input Property
lastIndex Property
length Property (Array)
length Property (Function)
length Property (String)
LN2 Property
LN10 Property
LOG2E Property
LOG10E Property
MAX_VALUE Property
MIN_VALUE Property
NaN Property (Global)
NaN Property (Number)
NEGATIVE_INFINITY Property
PI Property
POSITIVE_INFINITY Property
prototype Property
source Property
SQRT1_2 Property
SQRT2 Property
Statements
break Statement
@cc_on Statement
Comment Statements
continue Statement
do...while Statement
for Statement
for...in Statement
function Statement
@if Statement
if...else Statement
Labeled Statement
return Statement
@set Statement
switch Statement
this Statement
var Statement
while Statement
with Statement
© 1998 Microsoft Corporation. All rights reserved. Terms of Use
.