Open In App

Web technologies Questions | JavaScript Course Quiz 2 | Question 2

Which logical operator only accepts a single operand?
(A) &&(AND)
(B) ||(OR)
(C) !(NOT)
(D) None of the above

Answer: (C)
Explanation: Only the !(NOT) operator takes a single operand. It flips the value.
Quiz of this Question

Article Tags :