From: tenkyuu Date: Mon, 18 Nov 2024 15:51:50 +0000 (+0800) Subject: removed a space lol X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=e5db42fcaebdead942dd8fb6f34861abbf209852;p=palindrome-checker.git removed a space lol --- 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;