Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 23:22:39 -05:00
commit 638f942f02

View File

@ -226,7 +226,6 @@ function charIterate(input) {
function design5(input) {
let outputString = "";
let outputLine = "";
input += " ";
let radius = (input.length);
let mid = radius;
if (mid % 2 == 1) {