Hello.
Could someone translate this? I have yet to effectively use these expressions.
sometimes I use the if statement to evaluate if a var has a certain value. most of the times it works.
is the ternary expression used to handle other possibilities that could come up?
1
m != null ? m.name : getMName (files[i].getName