Which of the following statements about the sort() method of an array is not true?
1) The sort() method arranges the elements of an array in ascending order.
2) The sort() method can be used to sort both numbers and strings.
3) The sort() method modifies the original array.
4) The sort() method has a time complexity of O(n²).