Computer Science, asked by drWHo6485, 10 months ago

Identify the logical operators in JavaScript

Answers

Answered by rahulsuthar6
8

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

Similar questions