Explore Library
FlashcardIntermediate

What Is a Prototype?

Every JavaScript object links to a prototype object it inherits properties and methods from.

Question

What is a prototype in JavaScript, and how does property lookup use it?

Click to reveal answer