Skip to content

Instantly share code, notes, and snippets.

@dpatlut
Created June 8, 2020 03:34
Show Gist options
  • Save dpatlut/a060299c47c15449d09e8973e36521c5 to your computer and use it in GitHub Desktop.
Save dpatlut/a060299c47c15449d09e8973e36521c5 to your computer and use it in GitHub Desktop.
asyncAction
console.log('Hellow')
setTimeout(() => { console.log('a new') }, 5000)
console.log('World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment