Created
August 23, 2017 15:28
-
-
Save cmd-save/39a795471c2c3ec1e05652d73c4920ff to your computer and use it in GitHub Desktop.
example2
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
| hello(); // Hello there | |
| function hello() { | |
| console.log("Hello there"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment