JavaScript allows to declare functions in 6 ways. The article describes how to choose the right declaration type, depending on the situation and function purpose. (more…)
Read more »
After re-reading YDKJS: Async and Performance. I had the realization that I have been making over-optimizations. I had not taken into… (more…)
Read more »
JavaScript's Date object has been a source of bugs for three decades. Temporal, which just reached Stage 4, is a modern replacement with immutable types, first-class time zone and calendar support, and nanosecond precision. This is the story of ho... (more…)
Read more »
A collection of essential design pattern examples in JavaScript - AllThingsSmitty/basic-design-patterns... (more…)
Read more »