JavaScript: Guide to New ECMAScript 2020 Features
ECMAScript is the specification upon which JavaScript is based. And since 2015, it has been evolving year after year, with the addition of features like classes, modules, async/await and many others. And what makes things even better is that today’s browsers add support for new features quickly, with a short time between releases. In this […]
Tags: ecmascript, features, javascript