0 / 60 seg.

¿Cuál es el valor mínimo en el array numbers usando Math.min?

const numbers = [-1, -5, -3, 0];
const minValue = Math.min(...numbers);