comparison operators are used to compare two values.true or false.
Answers
Answered by
4
Answer:
When writing conditions in JavaScript, we make use of a number of operators called comparison operators. These act on (compare) two values of the same type, such as two numbers or two strings, but they always return a Boolean value, either true or false, depending on whether the condition is true or false.
Answered by
2
When writing conditions in JavaScript, we make use of a number of operators called comparison operators. These act on (compare) two values of the same type, such as two numbers or two strings, but they always return a Boolean value, either true or false, depending on whether the condition is true or false.
#askwhywhatwhen
Similar questions
India Languages,
26 days ago
Math,
26 days ago
Science,
26 days ago
English,
9 months ago
Hindi,
9 months ago