Tania is a web developer, designer, and former chef from Chicago. She builds open-source projects and writes the missing instruction manuals of the web.
The sixth edition of ECMAScript - the scripting language specification by which JavaScript is standardized - introduced many new features, enhancements, and shortcuts to the JavaScript programming language. This version is commonly known as ES6. In this article, we will learn about the most commonly used ES6 features, such as let/const, destructuring, template literals, modules, and more.