Noticias

Classy offers the ability to easily define classes, call super or overriden methods, define static properties, and mixin objects in a very flexible way. Meant to be used in the browser and in node.
Private methods in a JavaScript ES6 class using an ES7 decorator This decorator wraps a class with another, exposing only public and static methods and properties. Behind the scenes, it creates ...