Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon3578 committed Apr 30, 2024
1 parent 966e189 commit 78c9d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ function solveSystem() {
try {
resultListEl.innerHTML = "";
determinantListEl.innerHTML = "";
systemsClassificationTextEl.innerHTML = "";

let eq1 = firstEquationEl.value;
let eq2 = secondEquationEl.value;

Expand Down

0 comments on commit 78c9d76

Please sign in to comment.