Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created January 4, 2023 13:21
Show Gist options
  • Save deleteman/3eb953bf73620ce9b765efd9fb29a88f to your computer and use it in GitHub Desktop.
Save deleteman/3eb953bf73620ce9b765efd9fb29a88f to your computer and use it in GitHub Desktop.
function1( () => {
function2(() => {
function3(() => {
function4(() => {
console.log("all done!")
})
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment