The work for most of this program can be viewed on the console. Not on the screen.
In this coding test, I take an array, step through it and pass it into other functions.
It is mainly expanding my understanding of scope and what variables get seen where.
And I'm getting experience with setTimeout to delay some work running.
And I know there is some stuff with bind and this that I don't understand so I could expose myself to that again.
After this, all elements printed to the screen are printed by my javascript function and delayed by setTimeout.