116 Views
Many features in ES6 aim to reduce time writing code and increase expressiveness of common patterns in JavaScript. Because they do not add new fundamental capabilities to the runtime and essentially simplify the boilerplate code, these kinds of features are collectively referred to as ‘syntactic sugar’. ES6 Classes in JavaScript is one such feature and remains one of the most commonly requested features on status.modern.ie.
0 comments