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
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to