ES6 was released in June of 2015 and with it came two new keywords for declaring variables in JavaScript, let and const. (more…)
Read more »
In the pre-ES6 era, there was only one way of declaring variables in JavaScript — being the usage of var. var has always had this special aura of misconception — this probably because of how the behaviour of variables declared with var distinguishes from... (more…)
Read more »
practical-es6 - 🏊 A practical dive into ES6 and maintainable JavaScript modules...
Read more »
immutability-util - :herb: Mutate a copy of data without changing the original source by path string, just like the get/set in lodash. Inspired by immutability-helper and rewrite with ES6. (more…)
Read more »