Objective : Make a timer in JavaScript
Link to demo
Download the repository and execute the index.htm file in your navigator
index.htm
To set time, you need to add parameters in the URL : URL syntax : <URL>?[param1]&[param2]&[...] Parameter syntax : <type>=<value>
<URL>?[param1]&[param2]&[...]
<type>=<value>
type
seconds
minutes
hours
Example :
https://lucasvbr.github.io/javascript-timer/index.htm?hours=10&minutes=10&seconds=10