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

前端 未结 7 2175
悲哀的现实
悲哀的现实 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 17:07

    A great deal of time has passed since this question was first asked: the 'let' and 'const' keywords have been introduced in ECMAScript 2015 (ES6). Search for 'let' or 'const' in this awesome ES6 compatibility table: https://kangax.github.io/compat-table/es6/

提交回复
热议问题