A page to execute the examples from instalment 87 of the Programming by Stealth series.

This page is intended to be interacted with via the JavaScript console.

Note that you'll need to refresh the page between examples to remove any declared variables.

Iterator Demo

The sample code in the instalment will iterate over the list below.

  • First item in list
  • Second thingy
  • Last in the list

Random Number Generator

Accumulator