Google News
logo
JavaScript - Interview Questions
What boolean operators can be used in JavaScript?
The 'And' Operator (&&), 'Or' Operator (||) and the 'Not' Operator (!) can be used in JavaScript.
 
* Operators are without the parenthesis.
Advertisement