Computer Science, asked by SaniaKumar, 1 month ago

These operators are used for the purpose of comparision of two operands
a.relational operators
b.Comparision operators
c.Both a and b
d. None of the above​

Answers

Answered by xXMarziyaXx
1

\huge\star\pink{ANSWER} \star

Comparison operators allow us to assert the equality of a statement with JavaScript. For example, we can assert whether two values or expressions are equal with === , or, whether one value is greater than another with > .

Similar questions