Greetings! I am currently working on a reaction test to measure how quickly users react, and I seem to be struggling to find the necessary resources. I am curious about creating a basic stopwatch in seconds and milliseconds that can be triggered later by an onclick function in HTML.
Below is the code I have developed so far:
HTML
<input type="button" class="first" value="Call" onclick="call function" />
That's essentially what I have at this point. I have expertise in HTML, CSS, JavaScript, and some familiarity with jQuery.
I appreciate any assistance you can provide!