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 ...
I was playing a bit with javascript and found out (at least for me) strange behaviour when dealing with multi-dimensional arrays via forach loop. So I have this piece of code:
An array of functions, [fn1,fn2,...], each "returns" through a callback, passing an optional error. If an error is returned through the callback, then subsequent functions in the array should not ...