Mobiuso interview question

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

Interview Answer

Anonymous

11 Aug 2021

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