M. David Green uses filtering to limit a data set & chaining to combine the results with map/reduce. The result—clean code that performs complex operations.
Tag: learn-modernjs
Dan Prince looks at factory functions in JavaScript, examining the different types, their use cases & how they allow us to separate data from computations.
Tim Severien discusses a wide variety of tips and tricks to build your own JavaScript library, ranging from API design to testing and documentation.
Mark Brown looks at the state of modules in JavaScript and shows how, with the help of Browserify, Webpack & jspm, you can use them in your projects today.
Dan Prince compares 6 different methods for binding the value of the this keyword in react components, including new methods from ES2015 and ES2016.
Ravi Kiran demonstrates how to combine powerful new ES6 features (namely generators, Promises and the Fetch API) to create asynchronous APIs in JavaScript.
Microsoft's Christian Heilmann explains how to take advantage of handy ES6 features now.
Microsoft's David Catuhe explains how to use classes and inheritance in ECMAScript 6.