Prototype (JavaScript)

A prototype is the object that another object inherits properties and methods from. JavaScript uses prototype-based inheritance instead of classical classes…