]> git repositories - palindrome-checker.git/commitdiff
removed a space lol
authortenkyuu <hello@tenkyuu.dev>
Mon, 18 Nov 2024 15:51:50 +0000 (23:51 +0800)
committertenkyuu <hello@tenkyuu.dev>
Mon, 18 Nov 2024 15:51:50 +0000 (23:51 +0800)
script.js

index a3b8d7cfa2972ab760a445e1fbe6c23709362cde..f3b399a0d0802da723dc9a30464cd67c67d9b55e 100644 (file)
--- 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;