Html – simple type writer animation in javascript
I want to make an animation of type writer so when it reaches the last world it just delete everything and start over. so what can I do to make it simple ? <body> <h1 id="main-text"> <span id="sp1"></span> </h1> <script>…