which logical operator will give the result of opposite to the condition
Answers
Answered by
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
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
French,
3 months ago
Chemistry,
6 months ago
Social Sciences,
6 months ago
English,
11 months ago
Science,
11 months ago