My thoughts, stories, and knowledge, all in one place. I explore approaches to building maintainable and scalable applications.
Explore how Object Oriented Programming (OOP) works in JavaScript, covering history, objects, prototypes, and ES6 classes
Explore the 'this' keyword in JavaScript: its behavior in global scope, functions, methods, and callbacks, with examples