- create a list of words
- array
- create a list of hints corresponding to the words
- turn 1+2 into object?
- randomly picks words
- Math.Random
- create underscores based on length of word
- for loop
- get user input
- user can use keypress
- instead of listing out the used letters, make used letter unclickable (with visual)
- eventListener?
- convert user input to all caps
- toUpperCase
- check if user guess is correct
- indexOf?
- push
- if,else?
- object
- event listener
- audio