Skip to content

Instantly share code, notes, and snippets.

@bradmartin
Created October 10, 2017 22:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bradmartin/5d82ee90a73b4073d33ed725e3f8fbbe to your computer and use it in GitHub Desktop.
async
function helloTest() {
return new Promise((resolve, reject) => {
resolve("yes");
})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment