Skip to content
Advertisement

I’m trying to add my total together from a table, and have no idea how to go about it [closed]

i’m trying to add my total together from this code, and dont know how to go about it. here is the script i’ve been working on, where their money earned doubles everyday.

JavaScript

How should i add up the total amount of money made?

Advertisement

Answer

Maybe this will give you a hint:

JavaScript

UPDATE

After your explanation, here is a better answer:

JavaScript

or:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement