Prototypal instantiation utilizes Object.create and Prototype to create constructor functions used to generate object instances. It eliminates the need for creating shared methods in functional instantiation.
References
Search
Prototypal instantiation utilizes Object.create and Prototype to create constructor functions used to generate object instances. It eliminates the need for creating shared methods in functional instantiation.
References