Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
5b82520a02
@ -215,12 +215,12 @@ function charIterate(input) {
|
||||
if (charIterateState == undefined) {
|
||||
charIterateState = 0;
|
||||
}
|
||||
console.log(charIterateState, input.charAt(charIterate));
|
||||
if (charIterateState < input.length) {
|
||||
charIterateState++;
|
||||
} else {
|
||||
charIterateState = 0;
|
||||
}
|
||||
console.log(charIterateState, input.charAt(charIterate));
|
||||
return charIterateState;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user