The weirdness of type coercions in JavaScript explained
In this article I will explain how the type coercions work in JavaScript and why they are so weird. This article will mostly discuss the loose comparisons and some basic type coercions.
In this article I will explain how the type coercions work in JavaScript and why they are so weird. This article will mostly discuss the loose comparisons and some basic type coercions.
While I love JavaScript there are annoying inconsistencies in the language design which oftentimes become a problem especially for inexperienced developers.
I wrote a simple game where a ball moves and bounces from the walls. You have to set the correct position and angle of the ball in order to hit the given points within a limited number of bounces.
Why bundling can cause more harm than good. When bundling is actually appropriate.
Continuing the list of JavaScript features that every web developer should know in 2025 in order to efficiently code in JavaScript.