Infinity
A numeric constant that represents infinity.
(Covered by ECMA-262 but not supported by Navigator v4.)
NaN
A constant to indicate that a variable value is not a number. Use to prevent unpredictable results when such values are used in a numerical calculation. (Covered by ECMA-262 but not supported by Navigator v4.)
escape(string)
Encode a string for transmission.
eval(code)
Execute Javascript code from a string
getClass(javaObject)
Return the JavaClass of a JavaObject.
isFinite(number)
Check if a numerical value is finite.
isNaN
Check for the Not a Number value.
parseFloat(string)
Convert a string to a number.
(Check for NaN first.)
unescape(string)
Decode an escaped string.
This is part of www.codehelp.co.uk Copyright © 1998-2004 Neil Williams
See the file about.html for
copying conditions.