Skip to content

Instantly share code, notes, and snippets.

@dupski
Created May 26, 2018 22:57
Show Gist options
  • Save dupski/b2a45a78d06a2cdaaa64abb864973470 to your computer and use it in GitHub Desktop.
Save dupski/b2a45a78d06a2cdaaa64abb864973470 to your computer and use it in GitHub Desktop.
Awesome Quote Generator v1.5
console.log(`Welcome to Briggsy's Awesome Quote Generator v1.5!`);
(async () => {
for (let i=0; i<3; i++) {
await getUserQuote();
}
console.log('Profit!');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment