I use codecombat to refresh my skills at programming and come at programming from a different perspective. I’ve been programming for the web so long that it’s refreshing to do codecombat’s PC scripting and makes me think about the languages in a different way.
However, coming to the javascript language now after working with ES6 so much recently, I find being limited to the ES5 syntax jarring and a little at odds with my experience as a modern web developer. I went to put in my standard const
and arrow functions and instantly found it wasn’t available!
Now, the syntax is one thing, but when it comes to looping, I tend to almost always want list comprehension with array.map(). In general if feel like es6 would be beneficial to most learners and probably quite compatible with all the existing es5 code and principles. Any thoughts on allowing ES6?