const obj = { set field(num = 1) { this.num = num; } };