class Child extends Parent { constructor() { super(); } #scopedFunctionWithThis = () => { this.name = {}; } }