Changes

Jump to: navigation, search

JavaScript Operators

5 bytes added, 13:48, 20 April 2007
Comparison Operators
<td><<td>Less-than operator - returns ''true'' if the left hand operand is less than the right hand operand.<td>x < 6 returns ''true'' if x is less than 6</td>
<tr>
<td>><td>Greater-than operator - returns ''true '' if the left hand operand is greater than the leftright.<td> x > 6 retruns true is x is greater than 6</td>
</table>

Navigation menu