Which algorithm does the JavaScript Array#sort() function use? I understand that it can take all manner of arguments and functions to perform different kinds o
Array#sort()
If you look at this bug 224128, it appears that MergeSort is being used by Mozilla.