Javascript Calculator - Request feedback

Hey, campers!

I need some feedback/comments about my Javascript Calculator. It’s a very simple project, and I’m using Angular to help the data bind and to learn more about it :slight_smile: .

I didn’t use codepen for this project beacuse I want test a more realistic environment and learn more about the issues and the setups related.

>>> Access Calculator
>>> Github Code

Cheers! :beers:

Good job! There are a few bugs, though:

  • unlimited operators, zeros, dots
  • 0.1*0.2 = 0.0200 … 04
  • .1*.2 = Error[001]
1 Like

@BenGitter, thanks for the feedback!

I’m working on “.n” fractions.
About the unilimited operators, I’m validating this after the user click on “=” (Error [002]).

I’ll show the meaning of each error in next version (like a help menu).

Thanks again for the feedback, I really appreciate it.

Cheers! :beers: