WebDevSimplified / Vanilla-JavaScript-Calculator

Pure vanilla JavaScript calculator using modern ES6 syntax and classes
516 stars 554 forks source link

Change the Previous Operation to New Operation #40

Open abitstupid opened 1 year ago

abitstupid commented 1 year ago

When we have selected an operation to Compute the result we can't change it to another Operation. The only way is to either clear or evaluate.

Steps to Replicate the issue

  1. Add any Number Input
  2. Select any operation (say +)
  3. Try to change the operation ( we can't change the + to any other operation)