javascript

all javascript (2) git (1) computer-science (1)
javascript

Closures Are Just Backpacks

A closure is a function carrying a small backpack of variables it needs later. Here is the mental model that finally makes it click.