what are logical operators
Answers
Answered by
1
Explanation:
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. Their result can also be of any type.
Let’s see the details.
Answered by
1
Answer:
The concept of logical operators is simple .They allow a program to make decisions based on multiple conditions.
Explanation:
Plz thanks my answer and mark this answer as a brainlist answer
Similar questions