In the Beginning was the Prototype : Understanding OOP in JavaScript
Object oriented programming is a computer programming pattern that organizes software design around objects and classes rather than function or logic.
Objects store data in the form of properties and logic(functions) as methods.
Classes are the blue...
frontendokeke.hashnode.dev7 min read