+ 18
? : are called Ternary Operators. ex. var = booleanExp ? ValueIfTrue : ValueIfFalse; and that ? literally means "Asking a Question" Asking if the Boolean Expression is True. If the Boolean Expression returned true, the Value for "True" will be assigned to the variable. If the Boolean Expression returned false, the Value for "False" will be the one that'll be assigned to the variable instead. I'm not asking a question, I just wanna share this to you guys đ
6 Answers
+ 3
The specific details were not explained at the tutorial section, that's why.
Can't you just be glad that someone tried to make it clear to those who do not understand it?
Does my post hurt you for you to criticize it? ba.ka.
+ 1
thanks man appreciate it
+ 1
@abbude sy No Problem Buddy!
0
h
0
Sebastian you do realize that SOME people dont read the tutorials
0
The section on this operator was very vague. Any extra info helps. Thanks!