A linkage of series of prototype objects is called as :
A linkage of series of prototype objects is called as : Correct Answer prototype chain
Consider an example, Date.prototype inherits properties from Object.prototype, so a Date object created by new Date() inherits properties from both Date.prototype and Object.prototype. This linked series of prototype objects is known as prototype chain.
মোঃ আরিফুল ইসলাম
Feb 20, 2025