Understanding Object-Oriented Programming in JavaScript
Object-Oriented Programming (OOP) is a way of organizing code so it models real-world things (objects) and the actions they can perform. If you’ve ever built anything complex, OOP helps you keep that
arijitkundu.hashnode.dev7 min read