ยท
articles
Variadic Functions in Javascript
An example of variadic functions in JS
An example of variadic functions in JS
Composition over Inheritance and Revisiting the Null Object Pattern
A conversation about methods native to Javascript that conserve immutability of data.
Let's see a few ways to create lookup-tables in Javascript
Let's see how to create a Null Object pattern in Javascript
Let's build a super simple State Reducer in three different ways