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
A fun browser-based number guessing game built using JavaScript. The player guesses a number between 1 and 100, and receives feedback until the correct number is guessed. This project helped me practice conditionals, functions, recursion, and user interaction using prompt() and alert().