button text through the alphabet randomly assign .for example, the button text =a or b or c....
generating random letters
If it's a limited range then something like choose("a","b","c") would probably work well.
Develop games in your browser. Powerful, performant & highly capable.
thanks..