Javascript Prototypes
JavaScript prototypes are a fundamental part of the language's object-oriented programming model. They are the mechanism by which JavaScript objects inherit features from one another
Every Object in JS has a prototype property, we use prototype chain...
javascript-fundamentals.hashnode.dev5 min read