Object-Oriented Programming in Javascript (ES6)
Introduction
Javascript is a multi-paradigm language it doesn't reinforce the concepts like other languages Java or C#, it means that we can incorporate the OOP paradigm if we want or we can just make things work with plain javascript objects.
In ES5...
huzaifaahmed.hashnode.dev4 min read