Understanding JavaScript prototypes
Introduction
When you first learned JavaScript, you might have started by writing something simple like creating a string primitive:
const hello = "Hello, world!";
You likely even learned how to use split to turn that string into an array of substri...
zachsnoek.hashnode.dev5 min read