History, asked by Ritika2005pl, 4 months ago

what are logical operator in java script with its types ​

Answers

Answered by Anonymous
7

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. Their result can also be of any type.

Answered by sroyeesaha1010
3

Answer:

A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator. Common logical operators include AND, OR, and NOT.

Explanation: Hope it will help

Similar questions