Computer Science, asked by sunitagupta54637, 9 months ago

Explain the three logical operators with examples.

Answers

Answered by shivamchavan2003843
5

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.

hope it helps you ✔✔✔☺☺☺☺☺

GUNNIE

Answered by rupaliparida2972
1

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

#rupaliparida

Similar questions