ES2017s
ECMAScript 2017, also known as ES2017, is a version of the ECMAScript programming language standard. It was officially published by Ecma International in June 2017. ES2017 introduced several new features and improvements to the JavaScript language, aiming to enhance developer productivity and provide more powerful tools for asynchronous programming and string manipulation.
Key additions in ES2017 include asynchronous functions, commonly referred to as async/await. This syntax provides a
ES2017 also standardized String padding methods, namely String.prototype.padStart() and String.prototype.padEnd(). These methods enable developers to pad