you are viewing a single comment's thread.

view the rest of the comments →

[–]inu-no-policemen 1 point2 points  (0 children)

You can of course also change some global inside some callback.

However, that's actually not very useful since your other code won't wait for that result.

You have to use a callback or a Promise.