The native element extension pattern
Let's go over a pattern to make our components more reusable and resisting to change.
Let's go over a pattern to make our components more reusable and resisting to change.
Exceptions in JavaScript are usually overly used. In this article, we will see why we don't need them and what we can use instead.
Let's cover the hidden dangers of short circuits in JavaScript and explore alternative approaches for writing more reliable and maintainable code.
Maps are an overly misused feature of JavaScript that a plain object or array can replace in most cases.