I want to use Javascript to add a text to a html element (such as the p tag) 15 times and it must wait one second every time it adds the text.
I tried some ways and didn’t get the proper result. It adds all 15 texts after 15 seconds.
What should I do? Please help me.
1 Answer