Object Prototypes
Prototypes are an excellent way to conserve memory by allowing failed property lookups, such as methods (see below), to traverse the object’s prototype chain.
Put another way, if we invoke a method on an object, but that method does not exist on tha...
theartofwarren.hashnode.dev2 min read