This is a branch question from Typewriter Effect with jQuery
I'd like to sequentially inject and clear each string from the array into the 'placeholder' element on an html form. The function currently writes and clears each string into an empty span element.
No experience with jQuery :/, any tips on how to go about doing this?