Knowledge check

Completed

Select an answer for each of the following questions.

Check your knowledge

1.

What would the following code return: '1' == 1?

2.

What would the following code return: '1' === 1?

3.

Choose the correct operator to express 'or' logic.