Hello everyone, in this article, we would be discussing: Constructor function, Prototypes, Inheritance, classes in JS These are very important concepts and would help you to understand Object-Oriented Programming(OOP) in JS. So, keep reading till the end and I hope you’ll learn something from it. Objects We had discussed earlier how…