[this page | pdf | back links]
In JavaScript, the > operator is the ‘greater than’ operator, e.g.:
x
y
x > y
8
false
5
true
NAVIGATION LINKSContents | Prev | Next | JavaScript Operators