/

HTML / CSS / JavaScript Tutorial

JavaScript Operator: less than or equal

[this page | pdf | back links]

In JavaScript, the <= operator is the ‘less than or equal’ operator, e.g:

 

x

y

x <= y

8

8

true

8

5

false

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Operators


Desktop view | Switch to Mobile