/

HTML / CSS / JavaScript Tutorial

JavaScript Operator: greater than

[this page | pdf | back links]

In JavaScript, the > operator is the ‘greater than’ operator, e.g.:

 

x

y

x > y

8

8

false

8

5

true

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript Operators


Desktop view | Switch to Mobile