Skip to content

Instantly share code, notes, and snippets.

@AmrAbdulrahman
Last active January 26, 2016 10:18
Show Gist options
  • Save AmrAbdulrahman/c4bb7bdeeb0472acabca to your computer and use it in GitHub Desktop.
Save AmrAbdulrahman/c4bb7bdeeb0472acabca to your computer and use it in GitHub Desktop.
sample desc
function func5() {} // depends on the results of async4() and
function async4() {} // depends on the results of async3() and
function async3() {} // depends on async2()
function async2() {} // depends on async1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment