Domanda di colloquio di Mobiuso

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

Risposta di colloquio

Anonimo

11 ago 2021

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