Explain Data type in JavaScript/Operators/Relational/Logical Operators
Answers
Answered by
24
Explanation:
- 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.
Answered by
4
Explanation:
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.
Similar questions