Question: Javascript Here is this HTML file I'm working with: P5 Word Guess Word: Guess > Start > Letters Guessed I already have both p5.js and

Javascript

Here is this HTML file I'm working with:

P5

Word Guess

Word:

>>

Letters Guessed

I already have both p5.js and p5-word.js

Here is the question for what I must add to p5.js:

At the top of my p5.js I have these variables initialized:

const words = wordsList; //refers to words array from p5-words.js

const guesses = []; //initailized to empty array

const word = ""; //initialized to empty string

Question I need answered:

F. handleStartRestartButtonClick() function

This function either starts, or restarts, the game. This function will:

  • Reset the guesses array to an empty array
  • Change the Start/Restart button to display, "Restart"
  • Update the listing of guessed letters
  • Update the word with underscores display
  • Find a new random word, converted to upper case

Use addEventListener() to connect this function to the appropriate button to handle the click event.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!