Conditional statement (condition) ? (value1) : (value2) is used in the provided example. Condition is placed before the question mark, and is followed by two returned results separated by : sign. If condition results in true then the first value will be returned, othervise - second value will be returned.
Login in to like
Login in to comment