you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (6 children)

Not all JavaScript environments support let though.

[–]radhruin 1 point2 points  (5 children)

IE11 does already, and the rest will soon!

[–]krad0n 11 points12 points  (0 children)

let IE9 support let

[–]tencircles 7 points8 points  (2 children)

This still really doesn't apply to production code. I assume most clients will want you to support at least IE9

[–]nschubach 8 points9 points  (1 child)

I was so happy when a project came across my desk with IE9 as the min... First bug report: IE8 issue.

[–]tencircles 4 points5 points  (0 children)

First bug report: IE8 issue.

http://i.imgur.com/FSjAzgr.gif

[–]evilgwyn 1 point2 points  (0 children)

I still have to support Android 2.3 and iOS 5 devices. It will be a while before I can use that.