Is JavaScript’s double equals (==) always symmetric?
It’s supposed to be symmetric. However, there is an asymmetric case in some versions of IE: window == document; // true document == window; // false
It’s supposed to be symmetric. However, there is an asymmetric case in some versions of IE: window == document; // true document == window; // false