Skip to content

Instantly share code, notes, and snippets.

@szastupov
Last active February 17, 2017 19:30
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 szastupov/0b9385d5ae8442e03f59987e1e103ef4 to your computer and use it in GitHub Desktop.
Save szastupov/0b9385d5ae8442e03f59987e1e103ef4 to your computer and use it in GitHub Desktop.
async function foo (bar) {
return bar + ' baz'
}
foo('test').then(console.log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment