Walmart Interview Question

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

Interview Answer

Anonymous

Dec 14, 2015

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