Skip to content

Instantly share code, notes, and snippets.

@budougumi0617
Created June 19, 2017 08:04
Show Gist options
  • Save budougumi0617/abc19ae85190119a1f64aa5641bb6b52 to your computer and use it in GitHub Desktop.
Save budougumi0617/abc19ae85190119a1f64aa5641bb6b52 to your computer and use it in GitHub Desktop.
Hello World by JavaScript
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