Let's try mozilla's fixedCharAt function

master
Caleb Fontenot 2023-04-30 18:42:05 +07:00
parent 228e38ca28
commit 69c62365ba
1 changed files with 1 additions and 0 deletions

@ -227,6 +227,7 @@ function charIterate(input) {
}
function design5(input) {
charIterateState = undefined;
let outputString = "";
let outputLine = "";
let radius = (input.length);