From fad5d90c95e4ac66eead90b88370284325dbb0d5 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:49:01 +0100 Subject: [PATCH] update --- tools/XylkJweJ/secret/script.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/XylkJweJ/secret/script.js b/tools/XylkJweJ/secret/script.js index 7e55e8c..48034f6 100644 --- a/tools/XylkJweJ/secret/script.js +++ b/tools/XylkJweJ/secret/script.js @@ -60,11 +60,13 @@ class TextScramble { // Example // —————————————————————————————————————————————————— -const phrases = ['You think you are funny?', +const phrases = [ + 'You think you are funny?', 'Do you think that the number 69 is funny?', 'You probably just see the number 69 and go "haha 69"', 'Its not funny', - 'Please stop']; + 'Please stop' +]; const el = document.querySelector('.text');