Computer Science, asked by Gopalkrishna426, 11 months ago

Explain the arithmetic and logical operator of javascript

Answers

Answered by ishitaaparajita73
0

JavaScript language includes operators that compare two operands and return Boolean value true or false. Compares the equality of two operands without considering type. Checks whether left side value is greater than right side value. ... The following example demonstrates how comparison operators perform different tasks.

Similar questions