

Idea #3 in the JavaScript Idea Series – A Simple Timer
In this JavaScript Idea, we create a simple timer with a fixed duration. The timer is only able to be started, not stopped, reset, or configured for a different time. Just as we enable and disable the start button with our code – we could have all sorts of other things tied to the start and finish of the timer.
I think this is something that could have many applications but I am curious to hear your ideas.
In this JavaScript Idea, we create a simple timer with a fixed duration. The timer is only able to be started, not stopped, reset, or configured for a different time. Just as we enable and disable the start button with our code – we could have all sorts of other things tied to the start and finish of the timer.
I think this is something that could have many applications but I am curious to hear your ideas.
You must be logged in to post a comment.

- Most Recent
- Most Relevant