A really simple JavaScript count down timer implementation
Developed to answer the Stack Overflow Question: The simplest possible JavaScript countdown timer
Examples:
An example that displays the time in XX:XX format are restarts after reaching 00:00
An example that displays the time in two different formats
An example that has two different timers and only one restarts
An example that starts the count down timer when a button is pressed