Using a Prototype with Factory Functions

preview_player
Показать описание
In my previous tutorial I talked about factory functions. In this tutorial, I'm going to look at how we can assign a prototype to objects that are produced using a factory function. Make sure you watch the tutorials referenced below for a complete understanding of this topic.

Would you like to help keep this channel going?

Tutorials referred to in this video:

For more resources on JavaScript:

#javascript #AllThingsJavaScriptLLC
Рекомендации по теме
Комментарии
Автор

That was an amazing tutorial. Thanks once again

relaxingwithoutinterruptio
Автор

Can you explain the prototype chain for factory functions? Also is it proper set a factory function as a initial object or does it always have to be a plain object?

ifenyame
Автор

Hi, thank you for this awsome channel. I understand how the "this" keyword behaves inside regular function, but I am afraid that I do not deeply understand how it works inside fat arrow function. Could you consider to explain that in a future lesson please? Thanks again.

gilhooli