Thank you! I think I get it now... After 5 other tutorials where guys talk about for 30-40 minutes, you explain it quite simply in 10 minutes. Thank you.
I concur Brian Woestman. I've been searching for the best explanation of JavaScript Prototype and Techsith has produced an excellent video to help me understand without any theatrics. Thank you. This is crux of the power of JavaScript.
I've watched hundreds of tutorials from udemy, lynda, you name it. You do a good job explaining the material slowly for us laymen to understand. Thank you for the videos.
Thanks . this is an old video. I have made some improvement and explained in much more detail in this playlist. ua-cam.com/play/PL7pEw9n3GkoW0ceMeoycg9D00YjPAbtvt.html
Actual Meaning and How Inheritance working in Javascript, I just got more clear when I saw this. Highly recommended. I don't know he is a developer or who but the way he explains it clear everything about prototype.... I will see more. Good work.
Man! your tutorials are the most simple explained! It seems like the other youtube channels are trying to make it so hard to lead coding. Keep up the good work!!
great lesson and I think it would be easier if you use names like Car or Person. The single letters make it a bit hard to follow for newbs. Looking forward to more videos, thanks for doing them :)
Thanks for watching . Greetings from USA. I do have an entire playlist on Object Oriented JavaScript where I explain prototype inheritance and classes.
I concur with earlier comments ... I am new to your tutorials, and I really am really getting a lot from your Object Oriented JS and prototype chain stuff. THANK YOU!
Thanks for these tutorials. I’m DBA and I’m also Java and C# developer but to be honest I had a lot of confusion in JavaScript. I had been looking for a good tutorial on JavaScript where I could fill the gap I had in JavaScript. Each time I develop in C#, whenever I need to do some think in JavaScript I have go to google to find codes, tweak them and use them. But it is best if I can write myself working codes in JavaScript and use them. Your tutorials gave me a lot of insights. Some areas of confusion are now crystal clear. I was looking for some think like your tutorials not the basic things such as variables, functions… I don’t know if you have some advanced and well explained tutorials on JQuery also. Thanks
Similar to this video , I have a whole series of Object-Oriented JS which you can check it out. ua-cam.com/play/PL7pEw9n3GkoW0ceMeoycg9D00YjPAbtvt.html And I also have misc advance topics on JS ua-cam.com/play/PL7pEw9n3GkoW5bYOhVAtmJlak3ZK7SaDf.html I don't have any jquery videos. but I believe jquery is just a wrapper to javaScript that allows you to use javaScript selectors well. If you know advance JS you can do Jquery in a jiffy. Let me know if you have any questions.
Very clear explanation, totally understand the concept now. This is coming from someone who was confused after watching a paid tutorial from -not gonna name it- =)
This is little bit confusion. As you defined getJ inside and object . I heard that whenever you define any function then it automatically defined inside default property prototype of object. Then when you define same function in porotype property then from above concept both are same. In that case getj should also copy no matter how you defined. Please answer ?
Even after umpteen articles and videos I was still confused about prototype(partly because of a lot of terminology namely prototype, __proto__, constructor proto, etc.). However, this video has made the basic idea of prototype very clear. I enjoyed the session till the end. Could you throw more light on these terms that are used interchangeably and perhaps mean the same. Also, what comes first: the master Object or its constructor function? Thanks.
You got your own view and you explain things very well. Good job sir. Way better than that guy codexxxxxx teaching fundamental yet using unnecessary library like mustache.js
I love this tutorial... finally i understand prototype! :D
Glad you got it. Thanks for watching!
@@Techsithtube hope you took this content from JavaScript 16 sexy
The best explanation of JavaScript prototypes I've seen. Thanks a lot!
excellent explanation ! this is the best tutorial on protoypes JS.
Thank you! I think I get it now... After 5 other tutorials where guys talk about for 30-40 minutes, you explain it quite simply in 10 minutes. Thank you.
Thanks for watching !:)
Today is the day I understood what prototype property is
Thanks
You have simplified prototypical inheritance, a thumbs up !!!
Brilliant, simply brilliant. Thankyou. At last someone who can explain prototype in a clear and easy to understand fashion.
Great video. I think this was the best explanation that I've seen. You really helped clear up some of the questions I had. Thanks!
i agree with you !
I concur Brian Woestman. I've been searching for the best explanation of JavaScript Prototype and Techsith has produced an excellent video to help me understand without any theatrics. Thank you. This is crux of the power of JavaScript.
one of the best video on inheritance, very clear explanation. Awesome , No words.
Just want to say that these videos are fantastic, man. Thank you.
I've watched hundreds of tutorials from udemy, lynda, you name it. You do a good job explaining the material slowly for us laymen to understand. Thank you for the videos.
Thanks for watching! :)
very well explained! Made more sense than a lot of other videos on youtube
Thanks for watching! :)
Thanks for this brief and to-the-point tutorial on Prototypes. Makes all the sense now.
This was very well said. I was able get it through my head when you compared it to class inheritance. thanks a bunch.
I absolutely love how you explain it in such an intuitive way that makes sense to a human brain.
Thanks . this is an old video. I have made some improvement and explained in much more detail in this playlist. ua-cam.com/play/PL7pEw9n3GkoW0ceMeoycg9D00YjPAbtvt.html
Actual Meaning and How Inheritance working in Javascript, I just got more clear when I saw this. Highly recommended. I don't know he is a developer or who but the way he explains it clear everything about prototype....
I will see more. Good work.
Great You should also check out the full playlist on object oriented programming in javaScript.
Great explanation
Great video. Very straight forward and great examples!
I love the way you say methods!
I love the channel in general!
Thanks so much!
You have been one of my best teachers for JavaScript!
Thanks Patrick for the awesome comment. Keep learning! :)
Man! your tutorials are the most simple explained!
It seems like the other youtube channels are trying to make it so hard to lead coding.
Keep up the good work!!
Thanks :)
Great explanation by demonstrating. Thank you.
This was a very clear explanation of the prototype chain.. Thank you!
Merci beaucoup :)
Le Prototypage et l'héritage sont superbement expliqués !
The clearest explanation ever. Thank you.
Thanks for watching!
best prototype tutorial. i finally understand prototypical chain. you shouls make udemy tut on js
Clear and concise. Thank you for the explaination.
Well explained, it revised my concepts for prototypal inheritance.
This was the best explanation of prototype I have ever seen. You made it all so clear. Thank you.
well explained sir...
the best explanation, many thanks
Easily the most helpful video on this subject, great diagrams man
Thanks for your teaching!
great lesson and I think it would be easier if you use names like Car or Person. The single letters make it a bit hard to follow for newbs.
Looking forward to more videos, thanks for doing them :)
An excellent video, I have watched a few on this topic but still had some confusion. This video made many things much clearer. Well done!
Very good tutorial. Thank you
Best explanation, ever! Greetings from Germany, Berlin
Thanks for watching . Greetings from USA. I do have an entire playlist on Object Oriented JavaScript where I explain prototype inheritance and classes.
Excellent tutorial!
Very well explained!
Outstanding.
Comments are not enough , support him on patron guys! We want more
thanks man, your videos are the best, I finally understand some of the tricky concepts of JS that I didn't before
Great explanation sir !!!
very well explained !!!
I concur with earlier comments ... I am new to your tutorials, and I really am really getting a lot from your Object Oriented JS and prototype chain stuff. THANK YOU!
I have a newer series on object-oriented JavaScript. you can check it you from this playlist.
ua-cam.com/play/PL7pEw9n3GkoW0ceMeoycg9D00YjPAbtvt.html
Man, that was clear and easy to understand , Thank you
Awesome😍🌹
I like your calm teaching style, thanks a lot.
Thanks for watching! :)
Thansk for this information, hopefully do you can still doing videos like this one!
Thanks for these tutorials. I’m DBA and I’m also Java and C# developer but to be honest I had a lot of confusion in JavaScript. I had been looking for a good tutorial on JavaScript where I could fill the gap I had in JavaScript. Each time I develop in C#, whenever I need to do some think in JavaScript I have go to google to find codes, tweak them and use them. But it is best if I can write myself working codes in JavaScript and use them. Your tutorials gave me a lot of insights. Some areas of confusion are now crystal clear. I was looking for some think like your tutorials not the basic things such as variables, functions… I don’t know if you have some advanced and well explained tutorials on JQuery also.
Thanks
Similar to this video , I have a whole series of Object-Oriented JS which you can check it out. ua-cam.com/play/PL7pEw9n3GkoW0ceMeoycg9D00YjPAbtvt.html
And I also have misc advance topics on JS ua-cam.com/play/PL7pEw9n3GkoW5bYOhVAtmJlak3ZK7SaDf.html
I don't have any jquery videos. but I believe jquery is just a wrapper to javaScript that allows you to use javaScript selectors well. If you know advance JS you can do Jquery in a jiffy. Let me know if you have any questions.
Excellent! it is finally clear. ( Like and subscribed )
Perfect! Thank you so much for your videos.
As always, good job
Nice
Very profound way described. Enjoyed watching. Thank you Mr. techsith (2019)
I'm about to watch this video and I think I am in the right place!
Finally understand !!!! thank you a lof !!!
Beautifully explained :)
Great job
Thanks for watching :)
You're a great tutor. Thank you so much!
You're a cute girl. Thank you for marrying me
clear explanation of the concept, thanks for the video !!
Finally Understood prototypes. Able to write some inheritance using prototypes.
Do check out my full series on Object Oriented JavaScript. Thanks for watching! :)
this is amazing man , keep going
HELLO, why with arrow function makes undefinied?
x.prototype.getJ = () => this.j
arrow function dont bind to this. which means it takes this from its outer scope and if you dont have outer scope with j. it will give undefined.
@@Techsithtube woow thaks for answer
Really concise and easy to grasp, thank you!
I loved this.
Great tutorial, thank you :)
your videos are clear and concise . thanks man.
Thanks for watching!
Great tutorial!!! Well explained! Thank you.
Great explanation, finally I get prototypes in js, thanks :)
Each and every tutorial of yours explains the concepts deeply.. and I find it more interesting to learn javascript.. Thanks to you.. :)
I feel like I can conquer the world after seeing this.
:) Enjoy! and keep on learning!
I had many a confusion on prototype. Finally, Gotcha :=) And subscribed too :)
Thanks for watching ! :)
thank you, your tutorials are very good.
You're a god. Thank you
Hi , in the first slide shoulnt' the methods and properties point to the prototype of the new function x1 ?
What type of eyeglass are you using?
Great video :)
Thank you for this! Very good explanation.
Thanks for watching :)
Great! thank you so much
Really well explained, thank you!
Thank you very much for this video!!!
thanks a lot
you are: while(true) { Best() ;}
Thanks a lot for the videos.
Thank you varinder :)
thank you too much for this tutorial about objects in JS is the best I've ever seen :D even better than Mozilla's
Thank you Ricardo for watching!
Tysm Sir!!
from myHeart.prototype thank you a lot .
Is that prototype property or attribute?.. since js has prototype property and prototype attribute
Thanks man.I got the explanation I needed
Thanks for watching! :)
Very clear explanation, totally understand the concept now. This is coming from someone who was confused after watching a paid tutorial from -not gonna name it- =)
I am gald you learn something :)
Thank you ! A LOT !
Thanks for watching Madalina! :)
thank you for the explanation. it helps me alot!!
Thanx my manzzzz
Sir you are the best :-) :-) :-)
Thanks for watching :)
amazing thank you I think now that I'll get a full mark in the assessment ♥
Thank you for watching! :)
Hi,
The videos are nice and easy to understand. Can you provide angular 2 videos as well in such a practical approach.
Thanks my boy !!
Thanks sir
This is little bit confusion. As you defined getJ inside and object . I heard that whenever you define any function then it automatically defined inside default property prototype of object. Then when you define same function in porotype property
then from above concept both are same. In that case getj should also copy no matter how you defined. Please answer ?
Even after umpteen articles and videos I was still confused about prototype(partly because of a lot of terminology namely prototype, __proto__, constructor proto, etc.). However, this video has made the basic idea of prototype very clear. I enjoyed the session till the end. Could you throw more light on these terms that are used interchangeably and perhaps mean the same. Also, what comes first: the master Object or its constructor function? Thanks.
Thank you, I could not figure these things out for the life of me.
You got your own view and you explain things very well. Good job sir. Way better than that guy codexxxxxx teaching fundamental yet using unnecessary library like mustache.js