Recently,I'm translating a article about Javascript,the below hightlighted sentence confuse me
To make ev contain the event object in every browser we OR it with window.event. In Firefox the " || window.event" will be ignored since ev already contains the event. In MSIE ev is null so it will get set to window.event.
Thanks and regards