Skip to content

Commit

Permalink
Update test1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Avid-Xenoblade-Player authored Jun 20, 2024
1 parent b88b108 commit a1d3c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test1.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
var pressesPer = 1;
var purchaseCostOne = 20;
var pressesSquared = 1;
var purchaseCostTwo = 1000;
var purchaseCostTwo = 20;
function presses() {
timesPressed = timesPressed + (pressesPer*pressesSquared);
totalTimesPressed = totalTimesPressed + (pressesPer*pressesSquared);
Expand Down Expand Up @@ -172,4 +172,4 @@ <h1>
<p id="purchaseInfo"></p>
<p id="buttonFive"></p>
</body>
</html>
</html>

0 comments on commit a1d3c28

Please sign in to comment.