Q. What is the default behavior of the sort() method?
β
Correct Answer: (A)
Sorts as strings
Explanation: sort() converts elements to strings and sorts lexicographically.