I\'m trying to understand the \"JavaScript way\" of creating and using objects and I think I\'m running into a misunderstanding of an object and a prototype.
In a new pr
A prototype is just an object.
It's any object that another object uses as it's prototype.