What boolean operators can be used in JavaScript?

What boolean operators can be used in JavaScript?

Following boolean expressions are supported in JavaScript:

< , > , >= , <=, ===, !

The expressions are themselves obvious to understand.