Conditional operator in Coffeescript

value = if maxValue > minValue then minValue else maxValue

Leave a Comment