Conditional operator in Coffeescript February 11, 2023 by Tarik value = if maxValue > minValue then minValue else maxValue