Computer Science, asked by manjugautam0022, 2 months ago

which logical operator will give the result of opposite to the condition​

Answers

Answered by alexanju810
2

Answer:

Logical operators

There are three logical operators in JavaScript: || (OR), && (AND), ! (NOT).

Although they are called “logical”, they can be applied to values of any type, not only boolean. Their result can also be of any type.

Let’s see the details.

|| (OR)

The “OR” operator is represented with two vertical line symbols:

plzz. mark me as brain list

Answered by venkatsaik293
0

Answer:

Relational, equality and logical operators are used to form logic expressions. Relational and equality operators usually compare two numbers and return a value of true or false (forming a logic expression). Logical operators combine logical values of true or false into a logical expression.and follow me

Similar questions