Awesome Features Of ES6
ES6 stands for ECMAScript 6, also known as ECMAScript 2015. ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009.
Some of My favourite features of ES6 are:
Arrow Function:
Arrow functi...
anupmor.hashnode.dev3 min read
Shubhendra Singh Chauhan
Developer Advocate at DeepSource
It was a good read Anup Mor π
ES6 features like Arrow functions are considered as a best practice to improve code quality; take a look at this blog - JavaScript best practices to improve code quality.