Deep Dive into Prototypal Inheritance in JavaScript
Introduction
Prototype
Objects in JavaScript have an internal property known as prototype. It is simply a reference to another object and contains common attributes/properties across all instances of the object.
An object’s prototype attribute speci...
vishwajeetraj11.hashnode.dev7 min read
Manju Singh
Great one bhai got to learn so many new things, keep it up!