Computer Science, asked by RadheRadhe44, 1 year ago

Which are the three logic operations?

Answers

Answered by priyanshuranjan1204
2

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.

Similar questions