Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created February 5, 2020 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mayankgupta688/5241ef7e17bbfb7c00d9bcef0e141f14 to your computer and use it in GitHub Desktop.
Save Mayankgupta688/5241ef7e17bbfb7c00d9bcef0e141f14 to your computer and use it in GitHub Desktop.
Working With Async Functionality
async function simpleAsync() {
return "1"
}
console.log(simpleAsync())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment