So I am trying to make a timer that puts a letter from a word submitted into an input every second.
Something like this. Assuming the string "matsumoto" were entered, the output would be: 1. m 2. ma 3. mat 4. mats 5. matsu 6. matsum 7. matsumo 8. matsumot 9. matsumoto
All I have really done before is a timed alert. If anyone could help me out or give me a starting point i would greatly appreciate it!