add zero-width space

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 09:14:23 +07:00
parent d35cbb903d
commit 91bfd3fd02
1 changed files with 1 additions and 0 deletions

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