Hi, i wanted to expand my simple score keeper project by tracking the number of wins of both players. However, when i added those simple variables to track the number of wins in my “whenWin” function, the application stopped working properly.
My question is, why does adding such seemingly innocuous code cause such unexpected changes?
Also, i tried to put the my HTML in a flex container with the id “container” and the content got scrambled up and disorganised for some reason (its currently commented out aswell)
I would appreciate some help, thank you!