ES2015(ES6)の子クラスの constructor() では super() が必須で、super()の前には this.* や super.* が使えない話 - Qiita

TL;DRタイトルのままです。背景:よく出会うエラーSyntaxError: missing super() call in constructorSyntaxError: 'this' i…