I know that the ECMA Script specification does not specify which algorithm to use for sorting arrays, nor does it specify whether the sort should be stable.
I\'ve fo
As of V8 v7.0 and Chrome 70, our Array.prototype.sort implementation is now stable.
Array.prototype.sort