I'd like to display a number of blank letter spaces = to the number of letters of a random word I pull from an array.
This is for a hangman game for a class project. I have the randomly pulled word and the number of letters in that word but trying to use the variable that I've assigned that number too is proving a bit tricky.
Any help appreciated!