How many types of logical operators are present?
Answers
Answered by
4
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
2
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.
hope it helps you....
Similar questions