Archives for the Date January 8th, 2009

Calling the Array constructor in IE

I had a conversation a while ago on email with Billy Hoffman about how in IE the Array constructor wasn’t called when using [] to create arrays. The question is, was he right? Technically yes but actually no 🙂 You see Arrays in JScript are actually objects and not arrays, so trying to overwrite the […]