Prototype and Prototype Chaining
Introduction
Every object in JavaScript has certain pre-defined methods, as we have seen. I first saw the term "prototype" in JavaScript while I was using console.log() for an object in the browser console.
What is prototype?
In JavaScript, every fu...
gauravpatil.hashnode.dev2 min read