Computer Science, asked by rimaln292, 8 months ago

how many logical operation are there?

Answers

Answered by adyashacutee
3

Answer:

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

Answered by rupeshrastogi582
1

Answer:

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.

Similar questions