Tuesday, February 3, 2009

No language is an island

Firefox 3.0.5:


try { document.write('error: ' + e); }
catch (ee) {
document.write('error giving an error: ' + ee);
}
==> error giving an error: TypeError: can't convert e to primitive type


Back to work..

No comments: