|
|
|
|
|
by allertonm
4979 days ago
|
|
If you are coding for the browser, neither of the options you suggest are available to you. Now what? Answer: you do it with callbacks, because they are literally the only mechanism available. Welcome (back) to callback hell. |
|
But if I were making a replacement language that runs in the browser, among the highest priorities would be to make it not work via callbacks.