Question Bank

Prototype Chain and Inheritance Quiz

Difficulty: Medium

Practice the prototype-chain mechanics: extending built-ins, defining shared properties on `Object.prototype`, and traversing the chain via `Object.getPrototypeOf`.