Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Replaced - which had a + operator attached to it.
  • Loading branch information
Mayen007 authored Sep 17, 2024
1 parent 3fa9fd9 commit bc0bbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<button onclick="appendValue('4')">4</button>
<button onclick="appendValue('5')">5</button>
<button onclick="appendValue('6')">6</button>
<button class="orange-bg" onclick="appendOperator('+')">-</button>
<button class="orange-bg" onclick="appendOperator('-')">-</button>
</div>
<div>
<button onclick="appendValue('7')">7</button>
Expand All @@ -47,4 +47,4 @@
<script src="./script.js"></script>
</body>

</html>
</html>

0 comments on commit bc0bbf5

Please sign in to comment.