🏗️ Understanding Object-Oriented Programming (OOP) in JavaScript
When projects grow bigger, writing everything as separate variables and functions becomes messy.
That’s where Object-Oriented Programming (OOP) helps.
OOP is a programming style where we organize code