Walmart interview question

What is the difference between '==' & '===' in javascript.

Interview Answer

Anonymous

14 Dec 2015

'==' checks for equality, but '===' along with equality verifies the type.