Objects and Prototypes In-depth 10 - Using the call function

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

Learn how to control the value of the this reference using the call function.
Рекомендации по теме
Комментарии
Автор

The whole suspense about Method 4 was well deserved after all!

ron
Автор

Thanks a lot Coding in 4 years and finally started to understand Javascript!! God bless you man!

doberman
Автор

This channel contains the best Javascript tutorial I have ever seen. Really very very cool. I love this.

tkfbmail
Автор

Best tutorials on Javascript basics... Thanks a lot !

letzzvibe
Автор

You convey information very clearly and effectively. Thank you for these videos.

eigenmishi_in_d
Автор

It is simple to be happy but it is too difficult to be simple. I can say your video and the way you teach is very simple and it makes me happy to learn the very difficult concept in such a simple way. Thank you very much.

jiger
Автор

Asante...Thank you very much from Nairobi. Clear and Instructive.

waiyakinjomo
Автор

You are an amazing teacher, Koushik! I am learning so much

MrBenjjj
Автор

awesome explanation for this reference :)

rohitverma-dbte
Автор

you explaining so well the weirdness of Javascript.. its crazy how in this example its a necessity to call a function that returns undefined to get what you want :)

nicoletam
Автор

very good explanations!
is it possible to give property of inflatieTires inside the Mechanic constructor?
like this.inflateTires= bicycle0.inflateTires ... ( bicycle0 being created in the Mechanic constructor ) so mechanic knows how to infalte tires the moment we summon him hehe

zoranjovanov
Автор

Thank you very much, seriously the best explanation of this subject in youtube. Stupid proof!

notforever
Автор

const impressed = {
msg : "I have started loving java script because of your teaching ! out standing explanation
status : "like it"
}

nishantpatel
Автор

a HUGE Respect for you!Thanks alot!!
Your website(Javabrains.io) is not online?

jayjeetdas
Автор

thanks for explaining" this " in a simple manner..

ankurrana
Автор

Should I learn these concepts before jumping onto ES6, Are these concepts still there in ES6 or it has changed ?

Aman_Garcha
Автор

Can we pass parameters in the function ??🤔 While using call ().

ddprasad
Автор

Mike & the Mechanics is a good band )

alexl
Автор

Presumably this method of calling functions is only considered good practice in very specific circumstances?

Arganoid
Автор

mike inflateTires= bicycle1.inflateTires;
doesn't closure apply here and the function inflateTires actually remembers the "this" of the bicycle1 ?

navneethsubramanya.