Multiple choice

Which of the following is not a valid operator in Java script language?

  1. ==

  2. ===

  3. !=

  4. >

  5. None of the above

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

This is the correct choice according to the question as all the above options define valid operators for Java Script language.