Created
October 10, 2017 22:35
-
-
Save bradmartin/5d82ee90a73b4073d33ed725e3f8fbbe to your computer and use it in GitHub Desktop.
async
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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