Computer Science, asked by sunitagupta54637, 10 months ago

Explain the three logical operators with examples.

Answers

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

Answered by sneha413639
5

Answer:

Your answer is in the attachment.

Attachments:
Similar questions