Computer Science, asked by ranaranjeetsingh521, 5 months ago

How many types of logical operators are present1
b) 3
c) 4
d) 2

Answers

Answered by itsmeflux
1

Answer:

b) 3

Explanation:

There are three logical operators in JavaScript.

Answered by bharatjha01
1

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.

Similar questions