diff --git a/index.js b/index.js index 189717d..a78fcf1 100644 --- a/index.js +++ b/index.js @@ -891,7 +891,7 @@ function wordScramble() { } else { word = override; - ] + } scrambledWord = word.split('').sort(function () { // Fully scramble the word 3 times to be safe return 0.5 - Math.random();