Faraz is a professional frontend developer, consultant, and writer who is passionate about moving the web forward and promoting patterns and ideas that will make development more productive. He occasionally shares quick tips on his blog eloux.com
ECMAScript 6 (or ECMAScript 2015) is the newest version of the ECMAScript standard and has remarkably improved parameter handling in JavaScript. We can now use rest parameters, default values and destructuring, among other new features.
In this tutorial, we will explore … Read More…