Let's try mozilla's fixedCharAt function
This commit is contained in:
parent
ec78f86ff7
commit
35af3ce870
@ -226,7 +226,7 @@ function charIterate(input) {
|
|||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(charIterateState, input.charAt(charIterateState));
|
console.log(charIterateState, fixedCharAt(input, charIterateState));
|
||||||
return charIterateState;
|
return charIterateState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user