JavaScript Object Prototypes: Inheritance, Methods, and the Prototype Chain

I remember seeing a random JavaScript object in the console and thinking, “Where did all these extra methods come from”? A little digging later, I finally understood… and also realised why interviewers keep throwing around the word “prototype.” So let’s…