Three Types of a logical operator
Answers
Answered by
13
Answer:
Logical operators. 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....hope it helps you
Similar questions