Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


JavaScript language references >>> Alphabetic Keyword List 3

Operator Precedence List containing information about the execution precedence of JavaScript operators.
parse Method Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970.
parseFloat Method Returns a floating-point number converted from a string.
parseInt Method Returns an integer converted from a string.
PI Property Returns the ratio of the circumference of a circle to its diameter, approximately 3.141592653589793.
POSITIVE_INFINITY Property Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript.
pow Method Returns the value of a base expression raised to a specified power.
prototype Property Returns a reference to the prototype for a class of objects.
random Method Returns a pseudorandom number between 0 and 1.
RegExp Object Stores information on regular expression pattern searches.
Regular Expression Object Contains a regular expression pattern.
Regular Expression Syntax A list of the special characters and sequences used in writing patterns for regular expressions.
replace Method Returns a copy of a string with text replaced using a regular expression.
return Statement Exits from the current function and returns a value from that function.
reverse Method Returns an Array object with the elements reversed.
round Method Returns a specified numeric expression rounded to the nearest integer.
Run-time Errors List of JavaScript run-time errors.
ScriptEngine Function Returns a string representing the scripting language in use.
ScriptEngineBuildVersion Function Returns the build version number of the scripting engine in use.
ScriptEngineMajorVersion Function Returns the major version number of the scripting engine in use.
ScriptEngineMinorVersion Function Returns the minor version number of the scripting engine in use.
search Method Returns the position of the first substring match in a regular expression search.
@set Statement Creates variables used with conditional compilation statements.
setDate Method Sets the numeric date of the Date object using local time.
setFullYear Method Sets the year value in the Date object using local time.
setHours Method Sets the hour value in the Date object using local time.
setMilliseconds Method Sets the milliseconds value in the Date object using local time.
setMinutes Method Sets the minutes value in the Date object using local time.
setMonth Method Sets the month value in the Date object using local time.
setSeconds Method Sets the seconds value in the Date object using local time.
setTime Method Sets the date and time value in the Date object.
setUTCDate Method Sets the numeric date in the Date object using Universal Coordinated Time (UTC).
setUTCFullYear Method Sets the year value in the Date object using Universal Coordinated Time (UTC).
setUTCHours Method Sets the hours value in the Date object using Universal Coordinated Time (UTC).
setUTCMilliseconds Method Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC).
setUTCMinutes Method Sets the minutes value in the Date object using Universal Coordinated Time (UTC).
setUTCMonth Method Sets the month value in the Date object using Universal Coordinated Time (UTC).
setUTCSeconds Method Sets the seconds value in the Date object using Universal Coordinated Time (UTC).
setYear Method Sets the year value in the Date object.
sin Method Returns the sine of a number.
slice Method (Array) Returns a section of an array.
slice Method (String) Returns a section of a string.
small Method Places HTML <SMALL> tags around text in a String object.
sort Method Returns an Array object with the elements sorted.
source Property Returns a copy of the text of the regular expression pattern.
split Method Returns the array of strings that results when a string is separated into substrings.
sqrt Method Returns the square root of a number.
SQRT1_2 Property Returns the square root of 0.5, or one divided by the square root of 2.
SQRT2 Property Returns the square root of 2.
strike Method Places HTML <STRIKE> tags around text in a String object.
String Object Allows manipulation and formatting of text strings and determination and location of substrings within strings.
sub Method Places HTML <SUB> tags around text in a String object.
substr Method Returns a substring beginning at a specified location and having a specified length.
substring Method Returns the substring at a specified location within a String object.
Subtraction Operator (-) Performs subtraction of two expressions.
sup Method Places HTML <SUP> tags around text in a String object.
switch Statement Enables the execution of one or more statements when a specified expression's value matches a label.
Syntax Errors List of JavaScript run-time errors.
tan Method Returns the tangent of a number.
test Method Returns a Boolean value that indicates whether or not a pattern exists in a searched string.
this Statement Refers to the current object.
throw Statement Generates an error condition that can be handled by a try...catch statement.
toArray Method Returns a standard JavaScript array converted from a VBArray.
toGMTString Method Returns a date converted to a string using Greenwich Mean Time (GMT).
toLocaleString Method Returns a date converted to a string using the current locale.
toLowerCase Method Returns a string where all alphabetic characters have been converted to lowercase.
toString Method Returns a string representation of an object.
toUpperCase Method Returns a string where all alphabetic characters have been converted to uppercase.
toUTCString Method Returns a date converted to a string using Universal Coordinated Time (UTC).
try Statement Implements error handling for JScript.
typeof Operator Returns a string that identifies the data type of an expression.
ubound Method Returns the highest index value used in the specified dimension of the VBArray.
Unary Negation Operator (-) Indicates the negative value of a numeric expression.
unescape Method Decodes String objects encoded with the escape method.
Unsigned Right Shift Operator (>>>) Performs an unsigned right shift of the bits in an expression.
UTC Method Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the supplied date.
valueOf Method Returns the primitive value of the specified object.
var Statement Declares a variable.
VBArray Object Provides access to Visual Basic safe arrays.
void Operator Prevents an expression from returning a value.
while Statement Executes a statement until a specified condition is false.
with Statement Establishes the default object for a statement.
Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.