Created
July 12, 2019 09:48
-
-
Save Restoration/4b2713816cabd6239c89888f9d5a2295 to your computer and use it in GitHub Desktop.
Arrow function as anonymous
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 ( ) => { | |
| await console.log("Hello"); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment