Expert Developer JavaScript Question:

What Boolean operators can be used in JavaScript?

Tweet Share WhatsApp

Answer:

The 'And' Operator (&&), 'Or' Operator (||) and the 'Not' Operator (!) can be used in JavaScript.

*Operators are without the parenthesis.

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
What is the difference between ViewState and SessionState?Why it is not advised to use innerHTML in JavaScript?