I need a script that will do the following:
1) Show 9 empty input boxes like _ _ _ _ _ _ _ _ _
2) Users must be able to write letters in 9 blanks and when 1st blank is filled go to 2nd blank etc.
3) The 9 blanks are the 9 characters of a word that the system must hold somewhere.
4) When all blanks are filled execute a validation to see how many letters are correct.
There will be thousands of 9-letter words that the system will choose randomly from an array. Each time the script is execu…