JavaScript » Comparison » >

This is the greater than operator and returns a value of true if the left operand is greater than the right.

Examples

Code:
a > 1
b > a