You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you're repeating the use of a randomNumberGenerator when doing the calculation. Wouldn't it be much better to create a single function that returns all the random generated values to make the code look much cleaner and more efficient?
I also noticed that whenever we restart the game, the first question will always be either a 0+0, 0/0, 0-0, or 0*0.
I would like to work on these if possible
The text was updated successfully, but these errors were encountered:
I noticed that you're repeating the use of a randomNumberGenerator when doing the calculation. Wouldn't it be much better to create a single function that returns all the random generated values to make the code look much cleaner and more efficient?
I also noticed that whenever we restart the game, the first question will always be either a
0+0
,0/0
,0-0
, or0*0
.I would like to work on these if possible
The text was updated successfully, but these errors were encountered: