Train Now

Start training on this collection. Each time you skip or complete a kata you will be taken to the next kata in the series. Once you cycle through the items in the collection you will revert back to your normal training routine.

Description

Factory Functions

An introduction to factory functions in Javascript. Who needs classes and constructors when any ordinary function in Javascript can return an object? This series also introduces to the user the true nature of Javascript in terms of Object-Oriented Programming (OOP) - that Javascript uses Prototypal Inheritance, not classical inheritance. Certain Kata in this series also include good reads (articles).

Ad