Understanding Object-Oriented Programming (OOP) in JavaScript
Up until now, we’ve mostly written "procedural" code—step-by-step instructions. But as your apps grow, you need a better way to organize things. That’s where Object-Oriented Programming (OOP) comes in
sagarsinha.hashnode.dev3 min read