Created
July 24, 2020 12:40
-
-
Save zlrlo/3d9491f3315024aabd1e91fb4292ca3a to your computer and use it in GitHub Desktop.
hello gist
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
| function hello() { | |
| console.log('hello'); | |
| } | |
| hello(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment