Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2018 11:36
Show Gist options
  • Save anonymous/4e5a2dba5c1ba298ddcce245202240a4 to your computer and use it in GitHub Desktop.
Save anonymous/4e5a2dba5c1ba298ddcce245202240a4 to your computer and use it in GitHub Desktop.
step1(x, function(value1){
//do something...
step2(y, function(value2){
//do something...
step3(z, function(value3){
//do something...
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment