Build a small quantity controller. The displayed value must react to all three controls and must never become negative.
Acceptance criteria
- 1.Increment the value when + is selected.
- 2.Decrement the value when − is selected, but never below zero.
- 3.Reset the value to zero.
- 4.Display the current value in #count.