Computer Science, asked by kandanmani2269, 10 months ago

which operator is used logical 'AND'

Answers

Answered by abhi3023
5

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.

Similar questions