Q. What is the purpose of the method localeCompare()?
β
Correct Answer: (A)
If the reference string comes before or after another string
Explanation: The method localeCompare() returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order.