Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 603 Bytes

File metadata and controls

23 lines (12 loc) · 603 Bytes

Demo Mini-Project

Number Guessing Game

You are required to build a game that generates a random integer from a random range.

The user will guess the number. You need to indicate whether the guess is too small, too big, or correct.

Complete the JavaScript part of the index.html file.

If you ever get stuck, feel free to check the hint.md for hints and the solution.js for the solution.

Go To

→ Hints

→ Solution

→ Additional Features

→ Final Version

← Back to Home