as Zend Certified Engineer I can say == and === have never been a problem ... also there are cases when I *want* coercion!
var False = new Boolean(false);
if (False) alert("You may say WTF");
if (False == false) alert("I may say feature");
Best Regards,
Andrea Giammarchi
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

