export class Employee { constructor() { this.name = 'névtelen'; this.city = 'ismeretlen'; } }