0
How to deal with constructor functions ?
I have a code and need to be as less code as possible, but I tried many times. https://code.sololearn.com/W1l1ebaidShU/?ref=app
2 Réponses
+ 1
this.count= count;
this.initial=initial;
this.r = r;
this.y = y;
this.g = g;
this.st = st;
0
Thank you very much, that was so helpful.