JavaScript objects are able to access the prototype they were created from via the __proto__ property. This makes it easy to go back and modify the prototype - which will change the functionality of all other objects created from that prototype!
__proto__