Top modern browsers already support ES6 modules. This is great news from the unit testing perspective. (more…)
Read more »
practical-es6 - 🏊 A practical dive into ES6 and maintainable JavaScript modules... (more…)
Read more »
A quick post to write about one of my favourite ES6 feature - Spread operator. What is it?Official (and frankly boring) definition from Mozilla docs: Spread syntax (...) allows an iterable such as an array expression or string to be expanded in places whe... (more…)
Read more »
A few months ago I wrote an article describing the various differences that exist between Node.js CommonJS modules and the new ES6 Module… (more…)
Read more »