1068 Views
Since the release of ECMAScript 2015(aka es6)Language Specification on June 2015(exactly 3 years ago), JavaScript has been on steroids with the introduction of ES modules, arrow function, destructuring, the spread operator, classes, and many other awesome features. Writing JavaScript is now a fun filled experience.
0 comments