add zero-width space
This commit is contained in:
parent
91bfd3fd02
commit
0f3be1b298
@ -215,12 +215,12 @@ 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 {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
}
|
}
|
||||||
|
console.log(charIterateState, input.charAt(charIterate));
|
||||||
return charIterateState;
|
return charIterateState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user