Examveda
Examveda

The statement a===b refers to

A. Both a and b are equal in value, type and reference address

B. Both a and b are equal in value

C. Both a and b are equal in value and type

D. There is no such statement

Answer: Option C

Solution(By Examveda Team)

a==b returns a true if a and b refer to the same objec ,so they are equal, else it returns a false.

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables