From 69c62365baa3a04eaa70de91a22900e2a84395e9 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sun, 30 Apr 2023 18:42:05 -0500 Subject: [PATCH] Let's try mozilla's fixedCharAt function --- commands/drawDesign.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index c13c4f5..4909454 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -227,6 +227,7 @@ function charIterate(input) { } function design5(input) { + charIterateState = undefined; let outputString = ""; let outputLine = ""; let radius = (input.length);