I have a tendency to operate at the limit of what a given programming language is capable of, and it's not uncommon for me to implement functions that I feel should've been part of the standard library.
For example, it wouldn't hurt if JavaScript had set operators (union, intersection, complement, difference) for arrays, or perhaps a native array-like Set class.