Term
|
Definition
| A subset of the Java programming language |
|
|
Term
|
Definition
| A programming language that must be translated (by a compiler) into a code that a computer can understand. |
|
|
Term
|
Definition
| A programming language in which the program code is converted into an executable application each time it is run. |
|
|
Term
|
Definition
| A version of JavaScript supported by Internet Explorer. |
|
|
Term
| European Computer Manufacturers Association (ECMA) |
|
Definition
| An international body that is responsible for the development of a scripting standard |
|
|
Term
|
Definition
| A standardized version of javascript |
|
|
Term
|
Definition
| A client-side programming language supported by internet explorer |
|
|
Term
|
Definition
| the ability or manipulate objects |
|
|
Term
|
Definition
| An action you perform on an object |
|
|
Term
|
Definition
| a memory location whose contents or value can change any time during the running of a program |
|
|
Term
|
Definition
| A type of variable that represents a number |
|
|
Term
|
Definition
| A type of variable that represents a group of text characters |
|
|
Term
|
Definition
| A type of variable that only accepts true or false answers |
|
|
Term
|
Definition
| A variable that has no value |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Data containing object information |
|
|
Term
|
Definition
| A javascript command that assigns values to variables |
|
|
Term
|
Definition
| An element that performs actions within expressions |
|
|
Term
|
Definition
| An operator that performs simple mathematical calculations |
|
|
Term
|
Definition
| A mathematical operator that works on two elements in an expression |
|
|
Term
|
Definition
| A mathematical operator that works on only one variable in an expression |
|
|
Term
|
Definition
| A mathematical operator that can be used to increase the value of a variable by 1 |
|
|
Term
|
Definition
| An operator that assigns a value |
|
|
Term
|
Definition
| An object used for calculations |
|
|
Term
|
Definition
| A series of commands that performs an action or calculates a value |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Values used by a function |
|
|
Term
|
Definition
| A group of javascript commands set off by curly braces |
|
|
Term
|
Definition
| To run a function in javascript |
|
|
Term
|
Definition
| A command that runs only when specific conditions are met |
|
|
Term
|
Definition
| An expression that can be evaluated to true or false |
|
|
Term
|
Definition
| An operator that compares one item to another |
|
|
Term
|
Definition
| An operator that connects two or more boolean expressions |
|
|
Term
|
Definition
| An operator that tests whether a condition is true, and returns values that you specify, depending on whether the condition is true or false |
|
|
Term
|
Definition
| An ordered collection of values referenced by a single name |
|
|
Term
|
Definition
| A combination of statements that both create and populate an array |
|
|
Term
|
Definition
| A set of instructions that is executed repeatedly |
|
|
Term
|
Definition
| A programming feature that tracks the number of times a command block has been run. |
|
|
Term
|
Definition
| A programming error that occurs when a script is first loaded by the interpreter |
|
|
Term
|
Definition
| A programming error that occurs after a script has been successfully loaded, and while it is being executed. |
|
|
Term
|
Definition
| A programming error that results in incorrect results |
|
|
Term
|
Definition
| Searching code to locate the source of errors. |
|
|
Term
|
Definition
| Code that is broken up into smaller chunks, each of which performs a specific task |
|
|
Term
| Microsoft Script Debugger/ Netscape Javascript Console |
|
Definition
| A program that finds errors in JavaScript |
|
|