class Controller { constructor() { this.init(); } init() { console.log("here"); } }