filmov
tv
Example of Relational Operators in JavaScript

Показать описание
The most commonly used types of relational operators are the comparison operators, which are used to determine the relative order of two values. The comparison operators are: Less than. The operator evaluates to true if its first operand is less than its second operand. otherwise it evaluates to false.