button :o

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-03-07 18:26:39 -06:00
parent 670342a65f
commit 3a97333919

View File

@ -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) {