Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 606 Bytes

File metadata and controls

24 lines (13 loc) · 606 Bytes

Number Guesser Game

Objective

Write JavaScript functions to power a small guessing game.

Number Guessing Game

How to Play:

  • Step 1: Input a number between 0 and 9.

  • Step 2: Click "Make a Guess" to submit your guess and see who won the round.

  • Step 3: Click "Next Round" to play again.

Launch

Play the Number Guesser Game here: https://marisabrantley.github.io/number-guesser/

Class

Codecademy/Pro, Front-End Engineer Path

JavaScript Syntax, Part I: Review.