Explain the three logical operators with examples.
Answers
Answered by
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
5
Answer:
Your answer is in the attachment.
Attachments:
Similar questions