Test out my JavaScript Calculator!

Hey fellow Campers!

I’ve just about completed my JavaScript Calculator and I would like some people to play around with it to see if I’ve covered most of the issues. Would be nice if somebody could find a bug or any problems with the functionality.

Link - http://codepen.io/mokada42991/full/ZLRgOE/

Thanks and have a good day!

Masami :v:

Hey
There shouldn’t be multiple zeros in a new number if the first number is zero eg 0000000003
It should just be zero and if it becomes 03 then just 3 is good.

1 Like

Thanks for the heads up! It should be fixed!

It is fixed. Good job!