🚀🚀 Hello Everyone,
In this video, we have discussed Prototypal Inheritance in JavaScript. There are multiple ways to set up the prototypal inheritance. As part of this video, we discussed one of the official standard methods, Constructor Functions ie. F.prototype to set up the prototypal inheritance.
We have discussed the following concepts:
1. What is F.prototype
2. F.prototype vs. Prototype
3. F.prototype vs. _proto_
4. Role of new keyword with F.prototype
5. Gotchas with default F.prototype
6. Interview Questions
Let's Connect:
Github: https://github.com/mkdudeja
Topmate: https://topmate.io/mkdudeja
Twitter: / mkdudeja
LinkedIn: / mkdudeja
Facebook: / mkdudeja
Instagram: / mkdudeja
Thanks,
Manish K. Dudeja
#javascript #prototype #inheritance #frontendinterview