Articles

Beware of JavaScript arrow functions

Arrow functions are a fantastic addition to JavaScript. However, I've noted that many devs use arrow functions only. They seem to think that…

How do JavaScript prototypes work?

Prototypes in JavaScript is a special topic. You probably won't use them because classes and some frameworks shield you from that. However…

What is vanilla JavaScript?

Vanilla JavaScript is basically JavaScript without using libraries or frameworks like React, Angular, or Vue.js. Instead of using those…