Identify the logical operators in JavaScript
Answers
Answered by
8
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
Similar questions
Computer Science,
5 months ago
Biology,
10 months ago
Social Sciences,
1 year ago
English,
1 year ago