34,333
edits
Changes
→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.