Skip to content

Instantly share code, notes, and snippets.

@adamant83
Created February 16, 2023 21:21
Show Gist options
  • Select an option

  • Save adamant83/6a18aba701c8031cd709ec968d15e6da to your computer and use it in GitHub Desktop.

Select an option

Save adamant83/6a18aba701c8031cd709ec968d15e6da to your computer and use it in GitHub Desktop.
ExamplePromise.then(() => {
/* perform whatever */
});
await ExamplePromise;
/* perform whatever */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment