Check out this cool article on upcoming features in the next version of Javascript. I can particularly appreciate the “let” construct that allows you to get rid of closures, making your code much more readable. Amongs other notable improvements are the support for full OO code with the “class” construct, support for modules (as in CommonJS or AMD), Maps and Sets, overall this is really taking Javascript to the next level.
Leave a Reply