Changes

Jump to: navigation, search

JavaScript Operators

410 bytes added, 13:35, 20 April 2007
Unary Operators - Incrementing and Decrementing Variable Values
</pre>
 
== Comparison Operators ==
 
As thge name suggests JavaScript ''Comparison Operators'' allow you to construct an expression that compares two values and, given the type of comparison specified returns a ''true'' or ''false'' value. For example, if you construct a comparison expression to test if towo values are identical the result will be ''true'' if the y are the same and ''false'' if they are different.

Navigation menu