diff --git a/public/js/script.js b/public/js/script.js index 5d415f03b..91fc89f0c 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -2253,7 +2253,7 @@ function showResult(difficultyFailed = false) { let testType = ""; if (config.mode === "quote") { - let qlen; + let qlen = ''; if (config.quoteLength === 0) { qlen = "short "; }else if (config.quoteLength === 1) {