(46)
(Choose 1 answer)
A. The === operator only checks for equivalent values, not equivalent type too.
B. The operator only checks for equivalent values, not equivalent type too.
C. The == operator is the assignment operator, while === is the equality operator.
What is the difference between == and === ?