0% found this document useful (0 votes)
32 views

The Prototype Introduction

All objects in JavaScript have a prototype which is another object that the original object inherits from, allowing the original object to access all of the prototype's methods and properties in 3 sentences or less.

Uploaded by

collenedesilva
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

The Prototype Introduction

All objects in JavaScript have a prototype which is another object that the original object inherits from, allowing the original object to access all of the prototype's methods and properties in 3 sentences or less.

Uploaded by

collenedesilva
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

All objects in JavaScript have a prototype.

Prototype

- Another object that the original object INHERITS from


- The original object has access to ALL of its prototype’s methods and properties

You might also like