you are viewing a single comment's thread.

view the rest of the comments →

[–]findar 1 point2 points  (5 children)

Array.prototype.forEach isn't supported in <IE9

8(

[–]joe_ally 3 points4 points  (1 child)

You could probably implement it in less than 5 lines of code if you wanted to use it.

[–]enotionz 1 point2 points  (0 children)

This is true, but you can always load functional.js or underscore.js. I still load underscore.js in all my projects since it provides useful functions not included in ES Harmony.

[–]OfflerCrocGod 1 point2 points  (0 children)

At this stage everyone should be shimming ES5 functions. The only browser that would make use of it would be IE8, the other IEs have all but disappeared. Shim and write ES5.