_.flatten()
. Often, we end up having to apply several of these functions in succession in order to end up with the desired result. This becomes a much simpler programming task when using the _.chain()
function to setup a chainable object first. The end result is a less awkward approach to successive function calls on the same object.