7 10 2010
Yesterday I came across two interesting JavaScript behaviors. They gave me different results based on the browser. The first one was only reproducible in Internet Explorer (IE) and the second one only in Firefox. First, lets see the IE code: var get = function() { return function bla() { alert( bla.property ); } } var […]