0 / 60 seg.

What array is obtained when executing the following code?

const numbers = [10, 1, 5];
numbers.sort((a, b) => b - a);