Posts by Marcio Coelho • 1 point
1 post
-
0
votes4
answers10900
viewsA: Is it possible to use the ternary operator under several conditions at the same time?
Yes! I did it once and it worked. Every time we put a new condition we have to put the variable assignment again. I’ve tried a lot to do without assigning variable, but it doesn’t work. I even made…