Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The statement a===b refers to _________

a) Both a and b are equal in value and type
b) Both a and b are equal in value, type and reference address
c) Both a and b are equal in value
d) There is no such statement

Answer: a
Explanation: ”===” operator is known as the strict comparison operator. A strict comparison (===) is only true if the operands are of the same type and the contents match.

Join The Discussion