Skip to content

Instantly share code, notes, and snippets.

@malavsoni
Created May 3, 2020 14:32
Show Gist options
  • Save malavsoni/61030cd3832f4b7d23e012435754e9d4 to your computer and use it in GitHub Desktop.
Save malavsoni/61030cd3832f4b7d23e012435754e9d4 to your computer and use it in GitHub Desktop.
firstFunction(args, function() {
secondFunction(args, function() {
thirdFunction(args, function() {
// And so on...
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment