| |
| | Introduction to JavaScript : JavaScript Operators |
 | | In this operator, if the first parameter is true, the result is the second parameter, and if the first parameter is false, the result is the third parameter. |
 | | Note that the assignment operators, like an ordinary assignment, can only be used with variables on the left, which are changed to the result of the operation. |
 | | The prefix and postfix increment/decrement operators have the same effect on their operand, but the assignment will take place before or after, respectively, the variable is used in an enclosing statement. |
| www.amherst.edu /~aanderson/javascript/operators (1151 words) |
|