From 3a97333919c230cb1e5f2d9ef0a399591fd773b8 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 7 Mar 2023 18:26:39 -0600 Subject: [PATCH] button :o --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 75bff83..c00ad50 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,8 @@ } } function main() { + // Clear output paragraph + document.getElementById("jsOutput").innerHTML = ""; var array = new Array(10); for (let i = 0; i < array.length; ++i) {