Closed gcardozoj closed 5 years ago
In line 50 (first line of constructor) the this.combo variable is always set to array, due that in formatted() method it can use this variable as an array and set it directly to sequence variable.
Bug fixing for bug: Using combo array => error in cheatsheet #109
In line 50 (first line of constructor) the this.combo variable is always set to array, due that in formatted() method it can use this variable as an array and set it directly to sequence variable.