Let's understand Prototypes in Js
What are Prototypes?
In simple words, prototype is a mechanism by which objects get superpowers in javascript. Technically, it is the mechanism by which JavaScript objects inherit features from one another.
Let's try to understand the prototype using...
devdeepak.hashnode.dev4 min read