Fixing javascript Array functions in Internet Explorer (indexOf, forEach, etc)
- by Chas Emerick
As detailed elsewhere, and otherwise apparently well-known, Internet Explorer (definitely 7, and in some instances, 8) do not implement key functions, in particular on Array (such as forEach, indexOf, etc).
There are a number of workarounds here and there, but I'd like to fold a proper, canonical set of implementations into our site rather than…