Answer:
=== operator checks for the equality. It gives true when both the compared values are having same value and same data type As === does not perform any type conversion while comparing.
It is different from == as == does the type conversion while comparing.
Thanks,
Virendra Dugar
Asked In: Many Interviews |
Alert Moderator