From 2bd64d4bda07d4a399a051fef14947e1d535eee9 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:36:20 -0600 Subject: [PATCH] whoops wrong symbol --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();