0
Code error
I'm trying to màke typing effect. But ..... https://code.sololearn.com/WPwnZ9M1jn52/?ref=app
3 ответов
+ 3
Instead of your last line being:
typing();
Make it:
window.onload = function() {
typing();
}
+ 2
Copy my code exactly and only for the last lines, not the whole program.
+ 1
Not working, see my updated code