I made a JavaScript calculator that works... you can see it at
however, in order for it to calculate long strings of data (ex: 2+2+2+2+2+2+2) you have to press '=' in between each section (ex: 2+2=...+2=...+2=...etc.)
I'm dreaming up a function to make it so that you don't have to do that, but i'm not totally sure... does anyone have any ideas?
Later,
Greelmo
however, in order for it to calculate long strings of data (ex: 2+2+2+2+2+2+2) you have to press '=' in between each section (ex: 2+2=...+2=...+2=...etc.)
I'm dreaming up a function to make it so that you don't have to do that, but i'm not totally sure... does anyone have any ideas?
Later,
Greelmo