AllWork.htm Compares different types of repetition: User driven
(user clicks button repeatedly); Code driven (for or while loops); and System Driven (timer calls
function repeatedly)
MultiplicationTables.htm Uses a select
to allow the user to pick which Times Table to display. Demos loop.
GPA_Calculator_1.htm Loops through set of elements containing
grade values and course credits and calculates the weighted average, i.e. GPA