Here are 3 ways to filter out duplicates from an array and return only the unique values... (more…)
Read more »
It’s funny indeed, but at the same time it’s the typical showcase of Cargo Cult Programming — ritual inclusion of code or program structures that serve no real purpose. It might seem to be an edge…
Read more »
At a first look, promises look like a different way to handle callbacks. Working with them for a while, I’ve realized the provided… (more…)
Read more »
Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundred... (more…)
Read more »
This article is a section from the workbook of ES6 in Practice. I created this course during the last couple of months, because there is an evident need for a resource that helps JavaScript develop…
Read more »