Computer Science, asked by bhardwajtanishq906, 3 months ago

2. Identify the logical operators in
the JavaScript.
1) OR
2) AND
3)||
4) &
5) &&
6) ++
F​

Answers

Answered by subhamgeek
0

Answer:-

There are four logical operators in JavaScript: || (OR), && (AND), ! (NOT), ?? (Nullish Coalescing).

Similar questions