What's the best way to set both the company and language properties on dev?

Add super(company) inside Dev's constructorAdd this.company = company in Dev's constructorReplace new Dev with new EmployeeAdd dev.company = 'Mimo';

Add super(company) inside Dev's constructor.