TS
Day 10: Typing Speed Test
Measure typing speed (WPM) and accuracy. Start typing or press Start to begin the timer.
Time
00:00
WPM
0
CPM
0
Accuracy
100%
Errors
0
Tip: Backspace is allowed — accuracy is calculated based on typed characters vs correct characters.
How it works (short)
The script renders a sample text as individual character spans. As the user types, each input char is compared against the reference char at the same position and receives a class: correct / incorrect / pending. A countdown timer runs for the chosen duration. WPM = (correctChars / 5) / minutes; accuracy = (correctChars / typedChars) * 100. Results shown when time ends.