Prototype: In JavaScript, every function and object has a property named "prototype" by default. Prototypes are the mechanism by which JavaScript objects inherit features from one another.Whenever we create an object or function JavaScript engine add...