How Inheritance is achieved using Prototype in Javascript?
prototype and constructor
Every function has a prototype field which is an object and has a field called constructor which points to the main function. And, since main function again is an object and has prototype and again has constructor so it cre...
subm.hashnode.dev4 min read