OOP's in JavaScript
Object-Oriented Programming, or OOP for short, is a programming style that's based on the concept of "objects". An object is like a box filled with things, or "properties", and it knows how to use these things through "methods". In everyday life, an ...
diwakarkashyap.hashnode.dev3 min read