Multiple choice

Which of the following operators is not supported by JavaScript?

  1. Arithmetic

  2. Assignment

  3. Logical

  4. Comparison

  5. Conditional

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is not an operator. This is a statement called conditional statement.