Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created February 5, 2020 08:43
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/5d8217118e729da9205c0a92130f86a2 to your computer and use it in GitHub Desktop.
Save Mayankgupta688/5d8217118e729da9205c0a92130f86a2 to your computer and use it in GitHub Desktop.
async function simpleAsync() {
return "1"
}
simpleAsync().then((data) => {
console.log(data)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment