Part 8 of a tutorial for first-time programmers. Introduces blocks, a way of turning bits of code into objects and passing them around. Most commonly used for iteration, which is performing the same function on a series of inputs.