```javascript class A { constructor (printName) { this.printName = printName } openPort(printerName = this.printerName) { this.tscOcx.ActiveXopenport(printerName) return this } } ```  