what are logical operator in java script with its types
Answers
Answered by
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
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
English,
2 months ago
Chemistry,
2 months ago
Accountancy,
4 months ago
Math,
10 months ago
English,
10 months ago