Computer Science, asked by abhimishra999386, 4 months ago

Name the three logical operators​

Answers

Answered by Anonymous
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.

Answered by archanasabnis420
0

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.

Please follow me and mark me as brainlest please

Similar questions