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

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 23:16:45 +07:00
commit e4f4994da5
1 changed files with 3 additions and 0 deletions

@ -212,6 +212,9 @@ function design4(input) {
}
var charIterateState;
function charIterate(input) {
if (charIterateState == undefined) {
charIterateState = 0;
}
if (charIterateState < input.length) {
charIterateState++;
} else {