Skip to content

Instantly share code, notes, and snippets.

@agupta93
Created December 17, 2018 19:30
Show Gist options
  • Save agupta93/89136f14b7a037240992ef814eb052f2 to your computer and use it in GitHub Desktop.
Save agupta93/89136f14b7a037240992ef814eb052f2 to your computer and use it in GitHub Desktop.
class Foo {
printHello = () => {
console.log('Hello')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment