From e5db42fcaebdead942dd8fb6f34861abbf209852 Mon Sep 17 00:00:00 2001 From: tenkyuu Date: Mon, 18 Nov 2024 23:51:50 +0800 Subject: [PATCH] removed a space lol --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index a3b8d7c..f3b399a 100644 --- a/script.js +++ b/script.js @@ -2,7 +2,6 @@ const checkButton = document.getElementById('check-btn'); const textInput = document.getElementById('text-input'); const resultContainer = document.getElementById('result'); - const checkPalindrome = userInput => { //raw user input const rawText = userInput; -- 2.39.5