Wed Jan 04 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
class Foo {

    static hello() { alert('hello') }

    greet() { this.hello() }

}