Update script.js
Browse files
script.js
CHANGED
@@ -45,6 +45,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
45 |
|
46 |
// Display final CPS
|
47 |
displayFinalCPS();
|
|
|
|
|
|
|
48 |
}
|
49 |
}
|
50 |
|
|
|
45 |
|
46 |
// Display final CPS
|
47 |
displayFinalCPS();
|
48 |
+
|
49 |
+
// Reset the timer duration for the next test
|
50 |
+
testDuration = 15; // Reset the test duration to 15 seconds
|
51 |
}
|
52 |
}
|
53 |
|