Hey, in this object oriented JavaScript tutorial I’ll teach you about prototype inheritance.
π±βπ» Course Links:
– VS Code editor – https://code.visualstudio.com/
– GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js
– JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET
π€ Donate @ https://www.paypal.me/thenetninja
πFind me on Udemy @ https://www.udemy.com/user/47fd83f6-5e4a-4e87-a0f0-519ac51f91b6/
πΎ Video thumbnail artwork by PixelSwish @ https://www.youtube.com/channel/UCGKSD3mitWl5UpMxZzaIrRA
Original source
31 responses to “Object Oriented JavaScript Tutorial #11 – Prototype Inheritance”
Just watched the whole series. Thank You Mr. Ninja. This just made me like Javascript a lot more.
Question: when you use syntax in line #26
" return user.email != u.email" this mean you deleted it completely or you hide only?
Great tuto π
Hey Shaun, thanks for doing a great work for all the Ninjas out there. Please extend the series. You are such a blessing. Thanks!
Definitely enjoyed this series and would like to work through some practical examples. It always helps knowing how to code stuff for more useful applications. Good stuff!
it all makes sense now! thank you!!!
Thank you so much, watched the whole series! Loved it. Very clear and thorough explanations! π
Thank you, confusing things made easy.
thanx
You are great. I love your video.
extend it
You are great teacher
That was awesome
I love it
Thank alot
plz extend and make some more examples if you can,
this was a veryyyyyy good series thank you very much <3
I love your videos. They are well explained. Is this the end of this OOP JavaScript?
nice one , please extends it when you can please π
Very nice tutorial! Would love to see an extension.
I really miss static properties in Javascript classes.
I hope that makes sense.
Very clear cut explanation !
Shaun yow awesome <3
Why can't we just assign the prototype object to the Admin class in the following way:
Admin.prototype = User.prototype? Would that pass a reference and we want to have a copy?
Speaking of which, coming from a C++ background I would really love to see how Javascript handels pointers and references.
Last but not least, I really enjoy your content and watched several series. Please keep doing what you do, your series are among the best you can find on YouTube. Thank you!
I have a question: If I declare the deleteUser function before the prototype assignment(Admin.prototype = Object.create(User.prototype)) the deleteUser function is not present in Admin prototype. Can anyone please help with this problem?
enjoyed it so much.. thank you alots
Yes please
Best videos, I watched 10 videos about prototypes and I got so confused, you save the day man! thx
Can you create a video for (this.) ?
I turned on notifications of your videos, they are so good, i am making progress because of your videos, thanks millions!!!!
very clear, i understand better now, Thank you really!!!!! Like your course, you make it easy to understand
Good series. so useful!
Thank you.
This guy is better than Treehouse!
Great series. Would love you to continue it further. Thanks for your time!
Thank you for this series. Please extend with some example.
Hi Shaun,Prototype concepts are good, but we need Prototype more example.Thank You