Guttata
Results
1
comments of
Guttata
Hi, I finally workaround like this : is it clean to do like this ? ``` function Encoder(name, pinA, pinB) { this.name = name; this.pinA = pinA this.pinB = pinB;...