News

The current Stage 3 Decorators proposal allows for the use of Decorators on class declarations and expressions, as well as their methods, getters, setters, and fields. Parameter decorators extend this ...
A lot of jQuery stuff uses what I call the 'function' method, both seem to have benefits and drawbacks, so I'm wondering which method you use when designing JavaScript classes and why you take ...