Created
June 19, 2017 08:04
-
-
Save budougumi0617/abc19ae85190119a1f64aa5641bb6b52 to your computer and use it in GitHub Desktop.
Hello World by JavaScript
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
| class Greeter { | |
| hello() { return 'Hello World'; } | |
| } | |
| new Greeter().hello(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment