Hej all,
Nice to see the forum again
I don’t know if it’s considered as an Array comprehension, I wonder if we can have something like if statement inside an Array with Void.
I mean somethin like that :
var a = [
1,
2,
if ( condition ) 3,
4
];
With if (condition ) 3 else somethingElse
it works but I would have Void, nothing at the place…