sequencing function calls in javascript – are callbacks the only way?
I read through various threads like this one for example. But it really escapes me how to accomplish the following: I have 4 functions, and want them happen one after another in sequence. Notice …