GitHubSign in

In the context of object-oriented programming, an original object from which new objects are copied or cloned, carrying over properties and methods from the prototype.

"JavaScript uses prototypical inheritance, where objects can inherit properties and methods from a prototype object."

@openai