top of page
Things You Can Do in ES6 that Can't Be Done in ES5
Dan Shappir
ES6 and ES7 introduce many new features and capabilities to the JavaScript language. And yet, the majority of these enhancements are essentially syntactic sugar over the previous version. This is why tools like Babel are able to convert ES6 code into ES5. But there are several new features that can't be implemented in ES5, my talk is about them.
Bio
Dan Shappir is a performance specialist at Wix.com in the Editor group. Dan is a twenty year software development veteran, holds an M.Sc. in Computer Science, and has spoken at numerous technical conferences.
bottom of page