Created
May 3, 2020 13:09
-
-
Save vltansky/1b3acab04c13986c15a2ea05343e09bd to your computer and use it in GitHub Desktop.
async anonymous arrow function
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
(async () => { | |
// code | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment