JavaScript » Comparison » <

This is the less than operator and returns true if the left operand is less than the right.

Examples

Code:
a < 3
a < b