What browsers currently support JavaScript's 'let' keyword?

前端 未结 7 2180
悲哀的现实
悲哀的现实 2020-11-27 16:29

I\'m developing an app and don\'t have to ever worry about Internet Explorer and was looking into some of the features present in A+ grade browsers that aren\'t in Inte

7条回答
  •  暖寄归人
    2020-11-27 16:55

    Just an update: Chrome now supports let but only if you declare the "use strict"; directive.

提交回复
热议问题