Just a quick question - does the .sort method in JavaScript automatically sort items in an array using ASCII order? I've been looking at examples, but have yet to find a definitive answer. Are there any alternative methods for alphabetically sorting an array that you would recommend?
Thanks so much in advance!