Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.
/ TimerFactory Public archive

Timer factory is used to create an instance of a generic timer with getters, setters and utility functions of a tradational timer with .start(), .stop(), .reset() functions. This factory pattern in JavaScript follows the classic factory pattern in Object Oriented Programming. See demo.index in a browser for a quick demo. Use browser console to s…

Notifications You must be signed in to change notification settings

BeniCheni/TimerFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimerFactory

Timer factory is used to create an instance of a generic timer with getters, setters and utility functions of a tradational timer with .start(), .stop(), .reset() functions. This factory pattern in JavaScript follows the classic factory pattern in Object Oriented Programming. See demo.index in a browser for a quick demo. Use browser console to see ticks. Future version will update demo.index to present more statistics of the timer, such as showing the ticks and elapsed time on HTML page.

About

Timer factory is used to create an instance of a generic timer with getters, setters and utility functions of a tradational timer with .start(), .stop(), .reset() functions. This factory pattern in JavaScript follows the classic factory pattern in Object Oriented Programming. See demo.index in a browser for a quick demo. Use browser console to s…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published