A Practical Explanation on Javascript Prototype ๐ป
As we know that Everything in javascript evolves around objects
and every objects in Javascript has a built in-property which includes constructor function, and every object that are created by constructor function will get access to all the method...
iampradip.hashnode.dev4 min read