Development

Reducing Katas

Practising reduce until it stops feeling like witchcraft.

Higher-Order Functions

Functions that take functions, and why you already use them every day.

Call, Bind and Apply

Three ways to tell a function what ’this’ is supposed to mean.

Javascript 101: Hoisting

What JavaScript does with your declarations before it runs a single line.

JavaScript 101: Data Types

Everything JavaScript thinks a value can be, and why that matters.