DOM-7 Animated text
Create an animated version of a text that as it shown here.
Put your own string in a variable and then create an element with a letter of this string every 100ms. Don't forget to append it to the DOM every time.
Hint: Find more on how to execute code every specific period of time with the setInterval function.