Let's try mozilla's fixedCharAt function

master
Caleb Fontenot 2023-04-30 18:40:16 +07:00
parent 419ad415ed
commit 228e38ca28
1 changed files with 1 additions and 0 deletions

@ -213,6 +213,7 @@ function design4(input) {
var charIterateState;
function charIterate(input) {
if (charIterateState == undefined) {
console.log("undefined! setting to zero");
charIterateState = 0;
} else {
if (charIterateState < (input.length - 1)) {