Classes in JavaScript: Exploring the Implementation in Chakra

added by JavaScript Kicks
12/22/2014 4:14:40 PM

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