constructor(){ this.foo = bar }
class foo { static myProp = 'bar' someFunction() { console.log(this.myProp) } }