Question: What does the `===` comparison operator do?

  1. It sets one variable equal to another in both value and type
  2. It tests for equality of type only
  3. It tests for equality of value only
  4. It tests for equality of value and type

Answer: The correct answer of the above question is Option D:It tests for equality of value and type