JavaScript Array Methods: sort()

Ever found yourself needing to sort an array? This could be strings being sorted in alphabetical order or even a players’ scores from highest to lowest. Whichever the case may be, the JavaScript sort() method can make this task easy....

The post JavaScript Array Methods: sort() appeared first on Treehouse Blog.