10minute JavaScript:Library Development in ES6 with Babel, Mocha and Npm Scripts
JavaScript has a thriving ecosystem of libraries delivered as packages on npm. Node has a high degree of compatibility with ES6 but it…...
Read more »
The switch true pattern isn’t well known but it is incredibly useful. It’s not a JavaScript specific pattern, but I use it in almost every single project. Read more