#javascript
Read more stories on Hashnode
Articles with this tag
“Favor object composition over class inheritance.” ~ The Gang of Four, “Design Patterns: Elements of Reusable Object-Oriented Software” What is...
What are Factory Functions? Factory functions are a way of creating objects without dealing with classes or the new keyword. Let's do a quick recap of...
I was taking the Object-Oriented Programming course of JavaScript on FreeCodeCamp when I across the terms instance and prototype. At first, I got...