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
Hi Hitesh,
I was doing some js practices from your videos and came after this project and was going through the code but did not understand project 4 do we need the prevGuess[] cause it is not used for displaying anything it just keeps track of the elements pushed but it is not used anywhere,
help me understand as I am a beginner but if I am missing something here.
The text was updated successfully, but these errors were encountered:
you can remove the prevGuess[] array. It's currently not contributing to the game's functionality. This simplification makes your code cleaner without affecting the game's performance.
Hi Hitesh,
I was doing some js practices from your videos and came after this project and was going through the code but did not understand project 4 do we need the prevGuess[] cause it is not used for displaying anything it just keeps track of the elements pushed but it is not used anywhere,
help me understand as I am a beginner but if I am missing something here.
The text was updated successfully, but these errors were encountered: