=== is strict equality operator ,it returns true only when the two operands are having the same value without any type conversion.
=== is strict equality operator ,it returns true only when the two operands are having the same value without any type conversion.