Hi everyone,
I have almost donde the calculator, but I’m stuck with the last test, because I don’t even know which requirement the calculator doesn’t meet.
The test that fails is:
- Pressing an operator immediately following “=” should start a new calculation that operates on the result of the previous evaluation
According to myself, it works, so I don’t understand what’s the issue.
My codepen’s project is this:
Click to Access to the Calculator
I would be so thankful if you can help me