I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 19:49:13 -05:00
parent b83406d286
commit b15e3ac07c

View File

@ -192,7 +192,9 @@ function getMatchingPhrase(inputString, targetCharacter) {
} }
} }
checkLoop(checkString); checkLoop(checkString);
console.log(checkString);
checkString.replace(/[^A-Z0-9]+/ig, ""); checkString.replace(/[^A-Z0-9]+/ig, "");
console.log(checkString);
checkLoop(checkString); checkLoop(checkString);
} }
/* /*