What does the === comparison operator do?
===
It tests for equality of value and type
It tests for equality of value only
It tests for equality of type only
It sets one variable equal to another in both value and type