ifelse-code
Results
4
comments of
ifelse-code
@trikimiki thank you! Maybe I was not very clear with my question. The way you pointed is the way I already do this. I want to know if there is...
this is the JS code executed. ` let load= { dox: 1, aux: 0 }; let main = function() { load.aux = load.aux ? 0 : 1; //inverte variavel auxliar...
also looking for this @ashvayka is there any way to do this?