🏭JavaScript: Factory Function 🏭
Hey there!👋
In this tutorial, you will learn about the JavaScript factory functions which are functions that return objects.
A factory function is a normal function in JavaScript with one difference –
It returns an object literal.
What is Factory ...
chhakulizingare.hashnode.dev5 min read
Tariq Rafid
Great article, I actually wrote an article yesterday about Factory design pattern, you probably want to have a look at it, as there is also an abstracted implementation for the factory function pattern.