Expert Developer JavaScript Question:
What Boolean operators can be used in JavaScript?
Answer:
The 'And' Operator (&&), 'Or' Operator (||) and the 'Not' Operator (!) can be used in JavaScript.
*Operators are without the parenthesis.
*Operators are without the parenthesis.
Previous Question | Next Question |
What is the difference between ViewState and SessionState? | Why it is not advised to use innerHTML in JavaScript? |