A description or introduction
Here is some code:
// you can use pre to share your javascript code
// note that you'll need to remove all indents as pre will capture every space and tab
// this is also a good way to share your poem.txt projects
var min = 1;
var max = 16;
for ( counter = min; counter <= max; counter++ ) {
// call the addSquare function
// pass the minimum number to that function
thAddSquare( counter );
} // end of loop
Here is an example of the demo in action: