Dustland Media Interview Question

What's the difference between double equals (==) and triple equals (===) in JavaScript.

Interview Answer

Anonymous

May 20, 2015

One compares value, and the other compares value and type.