Arrow functions in JavaScript
Arrow functions were an ES6 addition to the JavaScript standard. They were a pretty significant update to the base language, and the first update since ES5 to be standardized. The list of other ES6 features including enhanced object literals, new operators, and libraries can be… Read More »Arrow functions in JavaScript