I am trying to make a typing game where random words come on the screen and the user has to type the word out in the textarea.
I created an array with 10 words which a displayed using a label, theres a start button and a textarea for the user to type in.
When i click start and a word appears i want to be able to enter that word into the textarea and compare it
and when the user clicks the space bar it moves onto the next word.
I would like to maybe count any errors made/add a timer but I am not focusing on that part right now.