Objects and Prototypes In-depth 17 - The Prototype object

preview_player
Показать описание

In this video, we'll examine the prototype object in detail. We'll learn about the main Object's prototype object and we'll see how we can achieve inheritance in JavaScript.
Рекомендации по теме
Комментарии
Автор

Sir, you are the best tutor, I have found so far. Looking forward to learning more from you.

abhisheksoni
Автор

It is the best tutorial to understand prototype and constructor of javascript. I am really happy that you describe this in a unique way and it is really easily understandable. Thank you much for this awesome tutorial. Love you. :)

imjoker
Автор

Nobody can explain it in better way than it up!

slowmoshotsPZ
Автор

I always wondered where the prototype chain ends. Now I know. Thanks!!

dkennell
Автор

I can't even imagine learning this shit without your excellent tutorials. If it wasn't for this series, I would have pulled my hair out leaning the prototypes and shot myself when I saw Object._proto_. Thanks for saving my life!

ron
Автор

Brilliant video, answers my myths on Prototypes and the flow

ankamsarav
Автор

got the concept karthik . . . its a quite long chain to thanks to you

ArunMeansSun
Автор

you are an amazing teacher an i learned a lot from your videos and greatttt explanations, thank you so much

alimohammadi
Автор

awesome explanation clever clog, thank you so much.you are blessed.

chamnil
Автор

I am new to programming and i had troubles using some function variables in my global code and i couldnt define them outside of the function probably because my code is not written clean, but after watching this i realised that i could place the variable inside the global object and then call it from there which works really well and it's really helpfull with working around function scope. I hope it helps someone who has the same problems that i had.

ninojovic
Автор

Fully understood the concept of prototype

rituraj
Автор

I REALLY THOUGHT I NEW JS BEFORE WATCHING THIS LOL THANKS, VERY INTERESTING

massyz
Автор

Proto under proto.. protoception! WE HAVE TO GO DEEPER..

wiseassfool
Автор

The global grandfather of everything 🙏🏽🙏🏽🙏🏽

adityak
Автор

@7:26 it kinda same as overrriding in java i think thank god Object.prototype.__proto__ points to null :)

suryasikharej
Автор

Well, what happens when I do : Object.prototype = new Object (); Does'nt this create an infinite chain ? :)

lazykid
Автор

Hi,
Its really a nice way to tell how an Object function is related to a function which we have creted and its objects.

emp1.__proto__ === Employee.prototype (True).
emp1.__proto__.__proto__ ===Object.prototype(True).

Don't we have a __prototype__ for Object function? Can't we call the Object function with a new keyword and assign it to some variable?
If yes, i will do,
var emp2= new Object(); //An object will be created for sure.But,
emp2.__prototype__===
and Object function should be the parent function for all the function we create right. Can we usethe objects which are created in Object function in all the functions we genrally create?

I will be glad if you could clarify my doubts.

Thanks a lot for sharing you knowledge.!!

akulaakhilesh
Автор

Is this why so many people hate javascript?

xXxBladeStormxXx
join shbcf.ru