Last Updated: February 25, 2016
·
107
· mswanson@1524

Great Explanation of == and != in Javascript

http://www.sitepoint.com/dont-fear-evil-twins/

Particularly why and when you would want to use == and != instead of === and !==. It's all about context.