| Home | Top | Website design | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
| function Statement | Declares a new function. |
| getDate Method | Returns the day of the month value in a Date object using local time. |
| getDay Method | Returns the day of the week value in a Date object using local time. |
| getFullYear Method | Returns the year value in the Date object using local time. |
| getHours Method | Returns the hours value in a Date object using local time. |
| getItem Method | Returns the item at the specified location. |
| getMilliseconds Method | Returns the milliseconds value in a Date object using local time. |
| getMinutes Method | Returns the minutes value stored in a Date object using local time. |
| getMonth Method | Returns the month value in the Date object using local time. |
| GetObject Function | Returns a reference to an Automation object from a file. |
| getSeconds Method | Returns seconds value stored in a Date object using local time. |
| getTime Method | Returns the time value in a Date object. |
| getTimezoneOffset Method | Returns the difference in minutes between the time on the host computer and Universal Coordinated Time (UTC). |
| getUTCDate Method | Returns the date value in a Date object using Universal Coordinated Time (UTC). |
| getUTCDay Method | Returns the day of the week value in a Date object using Universal Coordinated Time (UTC). |
| getUTCFullYear Method | Returns the year value in a Date object using Universal Coordinated Time (UTC). |
| getUTCHours Method | Returns the hours value in a Date object using Universal Coordinated Time (UTC). |
| getUTCMilliseconds Method | Returns the milliseconds value in a Date object using Universal Coordinated Time (UTC). |
| getUTCMinutes Method | Returns the minutes value in a Date object using Universal Coordinated Time (UTC). |
| getUTCMonth Method | Returns the month value in a Date object using Universal Coordinated Time (UTC). |
| getUTCSeconds Method | Returns the seconds value in a Date object using Universal Coordinated Time (UTC). |
| getVarDate Method | Returns the VT_DATE value in a Date object. |
| getYear Method | Returns the year value in a Date object. |
| Global Object | An intrinsic object whose purpose is to collect global methods into one object. |
| Greater than Operator (>) | Compares two expressions to determine if one is greater than the other. |
| Greater than or equal to Operator (>=) | Compares two expressions to determine if one is greater than or equal to the other. |
| Identity Operator (===) | Compares two expressions to determine if they are equal in value and of the same data type. |
| @if Statement | Conditionally executes a group of statements, depending on the value of an expression. |
| if...else Statement | Conditionally executes a group of statements, depending on the value of an expression. |
| Increment Operator (++) | Increments a variable by one. |
| index Property | Returns the character position where the first successful match begins in a searched string. |
| indexOf Method | Returns the character position where the first occurrence of a substring occurs within a String object. |
| Inequality Operator (!=) | Compares two expressions to determine if they are unequal. |
| Infinity Property | Returns an initial value of Number.POSITIVE_INFINITY. |
| input Property | Returns the string against which a search was performed. |
| instanceof Operator | Returns a Boolean value that indicates whether or not an object is an instance of a particular class. |
| isFinite Method | Returns a Boolean value that indicates if a supplied number is finite. |
| isNaN Method | Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number). |
| italics Method | Places HTML <I> tags around text in a String object. |
| item Method | Returns the current item in the collection. |
| join Method | Returns a String object consisting of all the elements of an array concatenated together. |
| Labeled Statement | Provides an identifier for a statement. |
| lastIndex Property | Returns the character position where the last successful match begins in a searched string. |
| lastIndexOf Method | Returns the last occurrence of a substring within a String object. |
| lbound Method | Returns the lowest index value used in the specified dimension of a VBArray. |
| length Property (Array) | Returns an integer value one higher than the highest element defined in an array. |
| length Property (Function) | Returns the number of arguments defined for a function. |
| length Property (String) | Returns the length of a String object. |
| Less than Operator (<) | Compares two expressions to determine if one is less than the other. |
| Less than or equal to Operator (<=) | Compares two expressions to determine if one is less than or equal to the other. |
| link Method | Places an HTML anchor with an HREF attribute around the text in a String object. |
| LN2 Property | Returns the natural logarithm of 2. |
| LN10 Property | Returns the natural logarithm of 10. |
| log Method | Returns the natural logarithm of a number. |
| LOG2E Property | Returns the base-2 logarithm of e, Euler's constant. |
| LOG10E Property | Returns the base-10 logarithm of e, Euler's constant. |
| Logical AND Operator (&&) | Performs a logical conjunction on two expressions. |
| Logical NOT Operator (!) | Performs logical negation on an expression. |
| Logical OR Operator (||) | Performs a logical disjunction on two expressions. |
| match Method | Returns, as an array, the results of a search on a string using a supplied Regular Expression object. |
| Math Object | A intrinsic object that provides basic mathematics functionality and constants. |
| max Method | Returns the greater of two supplied numeric expressions. |
| MAX_VALUE Property | Returns the largest number that can be represented in JScript. |
| min Method | Returns the lesser of two supplied numbers. |
| MIN_VALUE Property | Returns the number closest to zero that can be represented in JScript. |
| Modulus Operator (%) | Divides two numbers and returns the remainder. |
| moveFirst Method | Resets the current item in the collection to the first item. |
| moveNext Method | Moves the current item to the next item in the collection. |
| Multiplication Operator (*) | Multiplies two numbers. |
| NaN Property (Global) | Returns the special value NaN indicating that an expression is not a number. |
| NaN Property (Number) | Returns the special value (NaN) indicating that an expression is not a number. |
| NEGATIVE_INFINITY Property | Returns a value more negative than the largest negative number (-Number.MAX_VALUE) that can be represented in JScript. |
| new Operator | Creates a new object. |
| Nonidentity Operator (!==) | Compares two expressions to determine if they are not equal in value or of the same data type. |
| Number Object | An object representation of the number data type and placeholder for numeric constants. |
| number Property | Returns or sets the numeric value associated with a specific error. |
| Object Object | Provides functionality common to all JavaScript objects. |
| Home | Top | Website design | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |