+ 1
Is ES6 modules implemented in code playground for javascript?
4 Respostas
+ 7
@Ben Bright
Thank you for expaining it to me.
+ 5
Could you explain to make what ES6 is, please?
+ 3
ES6 or ECMAScript 2015 is the name for the current version of JavaScript. Each version introduces new additions. Eg. let, const, classes, arrow functions etc were all introduced in ES6.
+ 2
Yes ES6 syntactic additions works in playground.