Skip to content

Commit

Permalink
Merge pull request #20 from StevenCopeland/StevenCopeland-patch-3
Browse files Browse the repository at this point in the history
Steven copeland patch 3
  • Loading branch information
Steven Copeland committed Mar 7, 2017
2 parents 9d68ae0 + 8db2103 commit 4586066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -6,6 +6,7 @@
<script src='script.js'></script>
<!-- <script src="two_to_four_players.js"></script> -->
<script src="jQuery.js"></script>
<script src="left_to_earn.js"></script>
<script src="max_money.js"></script>
</head>
<body>
Expand Down
4 changes: 4 additions & 0 deletions money_to_earn.js
@@ -0,0 +1,4 @@
var money_to_earn = function() {
var money_left_to_earn = 500000 - me.money
alert("$" + money_left_to_earn + " left to earn");
}

0 comments on commit 4586066

Please sign in to comment.