Business Studies, asked by manjirimusale90511, 6 months ago

What are the 3 logical operators?​

Answers

Answered by Anonymous
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.

Answered by mjha9910
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