Exploding dots counter
Exploding Dots counter
Exploding Dots is James Tanton's thing.
It just keeps counting.
Building
I've used some ES2015 features, so to make it work in older browsers you need to use BabelJS.
Install babel with
npm install
and then run
babel thing.js -o thing.compiled.js