2. Identify the logical operators in
the JavaScript.
1) OR
2) AND
3)||
4) &
5) &&
6) ++
F
Answers
Answered by
0
Answer:-
There are four logical operators in JavaScript: || (OR), && (AND), ! (NOT), ?? (Nullish Coalescing).
Similar questions