kanchi2438 / Score-Keeper-Repo

It will help you manage your score while playing games like tic-tac-toe .
https://kanchi2438.github.io/Score-Keeper-Repo/
0 stars 5 forks source link

Added a min value and validity is checked when input is changed. #8

Closed JasonFritsche closed 3 years ago

JasonFritsche commented 3 years ago

I added a minvalue property to the Total Chances input and set it to 0. I also added a validity check when the input is changed. If the input is not zero or a positive number, then the input defaults to the value of zero (0).

JasonFritsche commented 3 years ago

Hi, was there a problem with my implementation?