Answer the question
In order to leave comments, you need to log in
How to provide asynchrony in es5?
Hello! How to provide asynchrony in es5? I need one function to execute only when the other one finishes executing. There should be a queue, just like setTimeout does.
Answer the question
In order to leave comments, you need to log in
Since promises appeared only in ES6, you will have to be content with callbacks , or be tied to some kind of events.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question