Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 09:14:33 +07:00
commit 25683021d6
1 changed files with 1 additions and 0 deletions

@ -215,6 +215,7 @@ function charIterate(input) {
if (charIterateState == undefined) {
charIterateState = 0;
}
console.log(charIterateState, input.charAt(charIterate));
if (charIterateState < input.length) {
charIterateState++;
} else {