#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
In the world of JavaScript, there are typically 2 programming paradigms: Functional and Object-Oriented Programming (OOP). But what exactly are these...
Before we dive in, I'll be assuming that you have prior knowledge on the following: Pre-requisites: JavaScript Objects, constructor functions and...