This episode of OOP in JavaScript, we talk about the parasitic constructor pattern and how it can be used as a back up when all the other patterns fail. To create this pattern, you must make an object within the constructor pattern and that is what will be returned to the user along with its properties and methods. This is a very helpful pattern so i’d highly recommend getting to know this pattern.