Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 10, 2024
1 parent 126b042 commit 6056bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ function clearTerminal() {
const terminal = document.getElementById('terminal');
terminal.innerHTML = ''; // Clear all terminal content
}

});

0 comments on commit 6056bbd

Please sign in to comment.