Wednesday, February 20, 2013

JavaScript Booleans

Has values of false (0 or NaN) or true.

Boolean(4) evaluates to true.

Comparison Operators:
>
<
>=
<=
==
!=

Logical Operators
&&
||
!