What is prototype and prototype chaining in JavaScript ?
We have always seen that every object in JavaScript has some pre-defined methods. When I was using console.log() for an object in the browser console, that is when I first encountered the word “prototype” in JavaScript.
What is prototype ?
The proto...
shubhamchoudhary.hashnode.dev2 min read