Quiz

This lesson covers multiple choice questions related to conditions in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose a correct option:

A.

JavaScript contains only two types of comparison operators > and <

B.

Comparison operators > and < returns a boolean result

C.

In JavaScript, == is preferred to === and != is preferred to !==

D.

All of the above


1 / 7