Guess The Word

JavaScript App

Can you figure out the word before running out of guesses?

Try to guess the word before you run out of attempts! Type in a single letter at a time, and watch as the game keeps track of your guesses and updates what you see on screen after each round, counting down until eventually you emerge victorious or admit defeat. Either way, hit the reset button and try your luck again.

Click the Go To Site button below and give it a try. Good luck!

This is a game built with JavaScript that implements:

  • Async and callback functions.
  • Fetching data from a hosted file.
  • Parsing data as Text.
  • for...of loops with conditionals.
  • Click event handlers with conditional statements.
  • Creating and appending HTML elements.
  • Adding and removing CSS classes.
  • RegEx validation.

View Project/Site
return to portfolio