Problem
Build a web calculator, that supports the basic operations of add
, remove
, multiply
and divide
.
In addition, support resetting the current state, as well as a decimal point button.
Implementation
1 |
|
Build a web calculator, that supports the basic operations of add
, remove
, multiply
and divide
.
In addition, support resetting the current state, as well as a decimal point button.
1 |
|