0 / 60 seg.

What does Math.min return if passed a list of negative numbers and zero?

Math.min(-1, -5, -3, 0);