Pregunta de entrevista de Mobiuso

What is the difference between '==' and '==='?

Respuesta de la entrevista

Anónimo

11 ago 2021

'==' checks the value of the variable whereas '===' checks value along with the data type of the variable.