News

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 ...
JavaScript classes provide a much simpler and clearer syntax to create objects and deal with inheritance." A StrongLoop blog post echoes the "syntactic sugar" angle. "ECMAScript 2015, formerly known ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!