From 383013818072dd7e140a7c182da105dd2c790c5b Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sun, 30 Apr 2023 23:05:21 -0500 Subject: [PATCH] Let's try mozilla's fixedCharAt function --- commands/drawDesign.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index 4377e7e..80d5964 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -290,7 +290,7 @@ function design5(input) { outputLine += fixedCharAt(input, charIterate(input)) + space + input + space + spaceOffset + fixedCharAt(input, charIterate(input)); } - console.log(i, j, outputLine); + //console.log(i, j, outputLine); if (lineHasInput) { outputString += outputLine + "\n"; }