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