What is [[Prototype]] in JavaScript?
Originally posted here!
Most of the time when programming in JavaScript we may want to extend or inherit the properties and methods of another object to one object.
This is done using prototypal inheritance in JavaScript.
Let me explain, suppose you...
melvingeorge-me.hashnode.dev3 min read