JavaScript Factory Functions with ES6+ Tuesday, July 25, 2017 Teklinks javascript A factory function is any function which is not a class or constructor that returns a (presumably new) object. In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function. Full article Email This BlogThis! Share to X Share to Facebook