Every frontend developer has his own utils library, and we often write methods that are easily forgotten and highly used. bbo is a super small and useful utils library for JavaScript. It isn't couping ...
If you've ever needed to get something in order, the first thought that comes to mind is often, "let's sort this out!" And with JavaScript, that sentiment remains true. A great way to quickly ...
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.