How do I make a Javascript loop wait for existing iteration to finsih before starting the next?

前端 未结 0 570
悲哀的现实
悲哀的现实 2021-01-31 02:09

How do I make the below loop wait for current iteration to finish before it starts the next iteration?

var minute = 0

alert ("Kick Off");

var refreshI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题