Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 420 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 420 Bytes

guessing_game

Monday May 5 assignment An exercise on prompts in Javascript, simple for some but my first attempt for me. It works like this: Answer the questions posed. That's it!

Elliot and I made the game better by changing the original "yes" or "no" answer to three choices. The variable used for the user's response was removed and replaced with text strings for matching within three sets of If-Else statements.