Skip to content

Instantly share code, notes, and snippets.

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