Pergunta de entrevista da empresa Shubham

Define == (loose equality): Explain that == checks for equality after performing type conversion. It means that values are compared after being converted to the same type, which can lead to unexpected results in some cases.