JavaScript's sorting mechanism is a model of simplicity, yet bubbling under the surface is some incredibly flexible and powerful functionality. Using sort it's possible to organise arrays, not just into alphabetical or numerical order, but into any bespoke arrangement we can express in conditional logic...
↧