Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Created May 31, 2021 08:15
Show Gist options
  • Save SuperCipher/1336307caa9d17b5d7749655c5863e2b to your computer and use it in GitHub Desktop.
Save SuperCipher/1336307caa9d17b5d7749655c5863e2b to your computer and use it in GitHub Desktop.
self execute JS
(async () => {
try {
// console.log('resp', resp)
} catch (e) {
console.error(e);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment