Need help for loop like sleep or wait function
Want to create delay in javascript for loop like sleep or wait function
note:- setTimeout() not working
for(var start = 1; start < 10; start++) {
//wait for some minute
}
See original post by Alexisnicholson
Leave a Reply
You must be logged in to post a comment.