forEach() loops in JavaScript are fun to use – until you need to get out of them. Here is a short guide on how forEach() works, how to break out of a forEach() loop, and what the alternatives to a forEach() loop are. What is a forEach() loop?A forEach() l... (more…)
Read more »
This article, based on the book Go for Javascript developers aims to help you understand a little bit of the Golang ecosystem, and, why not, help you to start writing Go code! (more…)
Read more »
Recently I've been facing a case where I needed to create some unique references.
I was creating a JS API and needed to maintain some internal state relative to elements created by the API. (more…)
Read more »
On this topic: Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6...
Read more »
How arrow functions help to replace ‘that = this’ assignments in Javascript... (more…)
Read more »