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