Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created June 3, 2017 10:36
Show Gist options
  • Save gskachkov/fa8c1f7d85ffbd1d684adcedc9f039ce to your computer and use it in GitHub Desktop.
Save gskachkov/fa8c1f7d85ffbd1d684adcedc9f039ce to your computer and use it in GitHub Desktop.
const foo = async () => console.log('foo');
const boo = async () => {
console.log('boo');
const result = await 'b';
return result;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment