Prototype is one of the most important concept in javascript. Every object in javascript inherits from Object.prototype. In this video I will be covering Prototypical Inheritance
Inheritance is very important feature of any language as it allows us to use methods and properties from parent class to child class but how we handle inheritance in class based language , it is completely different in javascript as Javascript used prototype to implement inheritance . In ES6 we have class concepts now but construction function used prototype to implement inheritance.
Please check previous video (Part-1) on Prototype here:
• Prototype in Javascript : Part-2 | Pr...
Support my channel by liking and sharing my videos so that I can reach to wider audience. Please share it in your network 🙏
Connect with me on social platform:
Facebook: / angularjs4beginners
LinkedIn: / nisha-singla-82407aa0
Instagram : / passion4code
Twitter: / nishasingla05
For more such interesting videos, please subscribe to my channel and stay connected.
#prototypicalInheritance #NishaSingla #JSinterviewQuestion