Guest User

Untitled

a guest
May 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // callback hell
  2. doWork()
  3. async {
  4. moreWork()
  5. async {
  6. workWork()
  7. async {
  8. workHard()
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment