Skip to content

Instantly share code, notes, and snippets.

@bradmartin
Created October 10, 2017 22:35
Show Gist options
  • Save bradmartin/5d82ee90a73b4073d33ed725e3f8fbbe to your computer and use it in GitHub Desktop.
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