What is the result of the following expression?
[10, 2, 5, 8].sort();
[2, 5, 8, 10]
[2, 8, 5, 10]
[10, 8, 5, 2]
[10, 2, 5, 8]